From f653d54bb8a0c5fc1d2f6fa0b18f36fe910aa5c6 Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 21 Apr 2023 18:35:15 +0200 Subject: Fix(hosts): Rename configuration.nix to default.nix --- hosts/mammun/configuration.nix | 23 ----------------------- hosts/mammun/default.nix | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 hosts/mammun/configuration.nix create mode 100644 hosts/mammun/default.nix (limited to 'hosts/mammun') diff --git a/hosts/mammun/configuration.nix b/hosts/mammun/configuration.nix deleted file mode 100644 index 0252e8e8..00000000 --- a/hosts/mammun/configuration.nix +++ /dev/null @@ -1,23 +0,0 @@ -# vim: ts=2 -{ - config, - lib, - nixpkgs, - home-manager, - pkgs, - ... -}: { - imports = [ - ./hardware - ./networking.nix - - ../../system - ]; - soispha = { - users = { - hashedPassword = "$y$jDT$O/42/7REOL50onRYcTV9R1$Ot3bPAh2raHmPN3yScP4wsJRtNqrMtTBzOq9oRJeRA0"; - }; - }; - - system.stateVersion = "23.05"; -} diff --git a/hosts/mammun/default.nix b/hosts/mammun/default.nix new file mode 100644 index 00000000..0252e8e8 --- /dev/null +++ b/hosts/mammun/default.nix @@ -0,0 +1,23 @@ +# vim: ts=2 +{ + config, + lib, + nixpkgs, + home-manager, + pkgs, + ... +}: { + imports = [ + ./hardware + ./networking.nix + + ../../system + ]; + soispha = { + users = { + hashedPassword = "$y$jDT$O/42/7REOL50onRYcTV9R1$Ot3bPAh2raHmPN3yScP4wsJRtNqrMtTBzOq9oRJeRA0"; + }; + }; + + system.stateVersion = "23.05"; +} -- cgit 1.4.1