diff --git a/configuration.nix b/configuration.nix index 7ec71e6..40d39da 100644 --- a/configuration.nix +++ b/configuration.nix @@ -77,6 +77,7 @@ isNormalUser = true; description = "Lokaler Koala"; extraGroups = [ "networkmanager" "wheel" ]; + initialPassword = "test"; packages = with pkgs; [ ]; }; @@ -87,6 +88,7 @@ home = "/home/SuS"; description = "SuS"; extraGroups = [ ]; + initialPassword = "SuS"; packages = with pkgs; [ # thunderbird