Update configuration.nix

This commit is contained in:
ska
2025-12-21 21:20:36 +00:00
parent 8972347ff6
commit adeebe02c6

View File

@@ -94,9 +94,7 @@
description = "user"; description = "user";
extraGroups = [ "wheel" "networkmanager" ]; extraGroups = [ "wheel" "networkmanager" ];
shell = pkgs.bash; shell = pkgs.bash;
initialPassword = "1312";
# Passwort MUSS beim ersten Login gesetzt werden
initialHashedPassword = "!";
}; };
############################################################ ############################################################