diff options
author | ene <ene@sils.li> | 2023-02-25 08:11:35 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-25 08:11:35 +0100 |
commit | 1ac57519e2ad0bdd9edd16b9584b83bc452e046d (patch) | |
tree | 1a1aa0d29290dc9a86a5944cb84e40b15c1b4087 /hosts | |
parent | Fix(packages): Don't use hardcoded library paths (diff) | |
download | nixos-config-1ac57519e2ad0bdd9edd16b9584b83bc452e046d.tar.gz nixos-config-1ac57519e2ad0bdd9edd16b9584b83bc452e046d.zip |
Fix(hosts): Add different password for mammun
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"; } |