about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-25 08:11:35 +0100
committerene <ene@sils.li>2023-02-25 08:11:35 +0100
commit1ac57519e2ad0bdd9edd16b9584b83bc452e046d (patch)
tree1a1aa0d29290dc9a86a5944cb84e40b15c1b4087 /hosts
parentFix(packages): Don't use hardcoded library paths (diff)
downloadnixos-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.nix6
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";
 }