Regenerated

This commit is contained in:
2026-03-24 18:19:58 +00:00
parent f8d0cd8dad
commit 8875b128e9
23 changed files with 1 additions and 854 deletions
+1 -13
View File
@@ -1027,19 +1027,7 @@ let
username = "henrov";
in
{
#################################
# Ensure system user has a valid shell
#################################
users.users.${username} = {
isNormalUser = true;
home = "/home/${username}";
hashedPassword = "$6$S7iShgBxB.77CwmP$i0njK.2r3OL5UEvgZbmwZ0rnpZ4QyJcv8p9uCmJ4AiVPSMXkQkIwMLzyAOnJ0q8.tPLIp/7EquEIZeK8qbmgw/"; # keep your existing hash
shell = pkgs.bash; # ensures login shell exists in this generation
extraGroups = [
"wheel"
"networkmanager"
];
};
#################################
# NixOS system user