wip: password is gathered through sops

This commit is contained in:
2025-12-24 23:51:18 +00:00
parent ad66564dea
commit b678e90455

View File

@@ -135,9 +135,10 @@ in
packages = with pkgs; [ packages = with pkgs; [
tree tree
]; ];
# initialPassword = "sex";
hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path; hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path;
# initialPassword = "sex";
}; };
users.mutableUsers = false;
# programs.firefox.enable = true; # programs.firefox.enable = true;