diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/lahmu/configuration.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/lahmu/configuration.nix b/hosts/lahmu/configuration.nix index 8e78949b..4c951d11 100644 --- a/hosts/lahmu/configuration.nix +++ b/hosts/lahmu/configuration.nix @@ -15,5 +15,12 @@ ../../services ]; + soispha = { + users = { +# enable = true; + hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6"; + }; + }; + system.stateVersion = "23.05"; } |