about summary refs log tree commit diff stats
path: root/hosts/tiamat/configuration.nix
diff options
context:
space:
mode:
authorene <ene@sils.com>2023-04-03 08:47:10 +0200
committerene <ene@sils.com>2023-04-03 08:47:10 +0200
commita12774728b56b71e4b00912a2bb71ba5cd69d8a6 (patch)
tree7a2466c5742ecf138a5f7a9eede36311c8c89748 /hosts/tiamat/configuration.nix
parentFix(host/tiamat/gpu): Remove unneeded drivers (diff)
downloadnixos-config-a12774728b56b71e4b00912a2bb71ba5cd69d8a6.tar.gz
nixos-config-a12774728b56b71e4b00912a2bb71ba5cd69d8a6.zip
Fix(host/tiamat): Update to new install
Diffstat (limited to '')
-rw-r--r--hosts/tiamat/configuration.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/hosts/tiamat/configuration.nix b/hosts/tiamat/configuration.nix
index 44a89d70..137e9b68 100644
--- a/hosts/tiamat/configuration.nix
+++ b/hosts/tiamat/configuration.nix
@@ -10,10 +10,14 @@
     ./hardware
     ./networking.nix
 
-    ../../secrets
-
     ../../system
   ];
 
+  soispha = {
+    users = {
+      hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6"; # TODO change this to a unique one
+    };
+  };
+
   system.stateVersion = "23.05";
 }