diff options
Diffstat (limited to 'hosts/tiamat/configuration.nix')
-rw-r--r-- | hosts/tiamat/configuration.nix | 8 |
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"; } |