Regenerated

This commit is contained in:
2026-05-04 15:07:08 +02:00
parent dd468041c9
commit dcaac2fb0d
4 changed files with 407 additions and 503 deletions
+1 -2
View File
@@ -11,9 +11,8 @@ in
users.users.${username} = {
isNormalUser = true;
home = "/home/${username}";
hashedPassword = "$6$S7iShgBxB.77CwmP$i0njK.2r3OL5UEvgZbmwZ0rnpZ4QyJcv8p9uCmJ4AiVPSMXkQkIwMLzyAOnJ0q8.tPLIp/7EquEIZeK8qbmgw/";
extraGroups = [ "wheel" "networkmanager" "bluetooth" "input" ];
ignoreShellProgramCheck = true; # <-- avoids the assertion
ignoreShellProgramCheck = true;
shell = pkgs.zsh;
};