From 1ac57519e2ad0bdd9edd16b9584b83bc452e046d Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 25 Feb 2023 08:11:35 +0100 Subject: Fix(hosts): Add different password for mammun --- hosts/mammun/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts') 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"; } -- cgit 1.4.1