Compare commits

...

2 Commits

View File

@@ -26,7 +26,7 @@
sopsFile = sopsRoot + /imxyy-nix-server-hashed-password.txt; sopsFile = sopsRoot + /imxyy-nix-server-hashed-password.txt;
format = "binary"; format = "binary";
}; };
users.users.${username}.hashedPasswordPath = users.users.${username}.hashedPasswordFile =
lib.mkForce config.sops.secrets.imxyy-nix-server-hashed-password.path; lib.mkForce config.sops.secrets.imxyy-nix-server-hashed-password.path;
users.users.root.hashedPassword = lib.mkForce config.sops.secrets.imxyy-nix-server-hashed-password.path; users.users.root.hashedPasswordFile = lib.mkForce config.sops.secrets.imxyy-nix-server-hashed-password.path;
} }