diff --git a/modules/default.nix b/modules/default.nix index ef36fbc..5ef4f0c 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -10,6 +10,7 @@ home = "/home/moritz"; extraGroups = [ "wheel" "networkmanager" "video" ]; # Enable ‘sudo’ for the user. + initialPassword = "password"; # CHANGE ME PLEASE }; fonts.fonts = with pkgs;