diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/mammun/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/mammun/configuration.nix b/hosts/mammun/configuration.nix index 8e78949b..96612a63 100644 --- a/hosts/mammun/configuration.nix +++ b/hosts/mammun/configuration.nix @@ -15,5 +15,11 @@ ../../services ]; + soispha = { + users = { + hashedPassword = "$y$jDT$O/42/7REOL50onRYcTV9R1$Ot3bPAh2raHmPN3yScP4wsJRtNqrMtTBzOq9oRJeRA0"; + }; + }; + system.stateVersion = "23.05"; } |