diff options
author | ene <ene@sils.li> | 2023-02-21 17:18:38 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-21 17:18:38 +0100 |
commit | b472206de10b7eca76ab68e2b2ba9b261aca6edc (patch) | |
tree | c5cb3ba3d5eb9b604ad93e8c4dc241a5262ba3c1 /hosts | |
parent | Fix(lf): Fixed script invocations (diff) | |
download | nixos-config-b472206de10b7eca76ab68e2b2ba9b261aca6edc.tar.gz nixos-config-b472206de10b7eca76ab68e2b2ba9b261aca6edc.zip |
Fix(user): Add a real module and change passwords
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"; } |