diff options
Diffstat (limited to 'hosts/lahmu/configuration.nix')
-rw-r--r-- | hosts/lahmu/configuration.nix | 24 |
1 files changed, 0 insertions, 24 deletions
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"; -} |