diff --git a/configuration.nix b/configuration.nix index dc70097..83596a6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -94,9 +94,7 @@ description = "user"; extraGroups = [ "wheel" "networkmanager" ]; shell = pkgs.bash; - - # Passwort MUSS beim ersten Login gesetzt werden - initialHashedPassword = "!"; + initialPassword = "1312"; }; ############################################################