about summary refs log tree commit diff stats
path: root/hosts/lahmu/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/lahmu/default.nix')
-rw-r--r--hosts/lahmu/default.nix24
1 files changed, 0 insertions, 24 deletions
diff --git a/hosts/lahmu/default.nix b/hosts/lahmu/default.nix
deleted file mode 100644
index 94d8b054..00000000
--- a/hosts/lahmu/default.nix
+++ /dev/null
@@ -1,24 +0,0 @@
-{
-  config,
-  lib,
-  nixpkgs,
-  home-manager,
-  ...
-}: {
-  imports = [
-    ./hardware
-    ./networking.nix
-
-    ../../sys
-  ];
-
-  soispha = {
-    locale.enable = true;
-    users = {
-      # enable = true;
-      hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6";
-    };
-  };
-
-  system.stateVersion = "23.05";
-}