Add password hash to manager

This commit is contained in:
Nina Chloé Kassandra Reiß
2026-02-27 20:21:43 +01:00
parent fbf66ac0e8
commit 1cd22ca95e

View File

@@ -17,6 +17,7 @@ in
extraGroups = [ "networkmanager" "wheel" "docker" "scanner" "lp"];
packages = with pkgs; [];
shell = pkgs.zsh;
hashedPassword = profile.hashed-password;
};
home-manager.backupFileExtension = "bck.lck";