feat(hosts): disable hashed password's.

This commit is contained in:
CronyAkatsuki 2025-05-17 19:04:39 +02:00
parent 5aa2be1ea8
commit a00aca6143

View file

@ -108,13 +108,13 @@
users.users.crony = { users.users.crony = {
isNormalUser = true; isNormalUser = true;
description = "Crony"; description = "Crony";
hashedPasswordFile = "${config.age.secrets.crony-passwd.path}"; # hashedPasswordFile = "${config.age.secrets.crony-passwd.path}";
extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "gamemode" "seat"]; extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "gamemode" "seat"];
}; };
users.users.root.hashedPasswordFile = "${config.age.secrets.root-passwd.path}"; # users.users.root.hashedPasswordFile = "${config.age.secrets.root-passwd.path}";
users.mutableUsers = false; # users.mutableUsers = false;
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;