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/lahmu/configuration.nix | 24 ------------------------ hosts/lahmu/default.nix | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 hosts/lahmu/configuration.nix create mode 100644 hosts/lahmu/default.nix (limited to 'hosts/lahmu') diff --git a/hosts/lahmu/configuration.nix b/hosts/lahmu/configuration.nix deleted file mode 100644 index a3274958..00000000 --- a/hosts/lahmu/configuration.nix +++ /dev/null @@ -1,24 +0,0 @@ -# vim: ts=2 -{ - config, - lib, - nixpkgs, - home-manager, - ... -}: { - imports = [ - ./hardware - ./networking.nix - - ../../system - ]; - - soispha = { - users = { - # enable = true; - hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6"; - }; - }; - - system.stateVersion = "23.05"; -} diff --git a/hosts/lahmu/default.nix b/hosts/lahmu/default.nix new file mode 100644 index 00000000..a3274958 --- /dev/null +++ b/hosts/lahmu/default.nix @@ -0,0 +1,24 @@ +# vim: ts=2 +{ + config, + lib, + nixpkgs, + home-manager, + ... +}: { + imports = [ + ./hardware + ./networking.nix + + ../../system + ]; + + soispha = { + users = { + # enable = true; + hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6"; + }; + }; + + system.stateVersion = "23.05"; +} -- cgit 1.4.1