diff --git a/configuration.nix b/configuration.nix index deadeee..6a4e422 100644 --- a/configuration.nix +++ b/configuration.nix @@ -73,12 +73,10 @@ PermitRootLogin = "no"; PasswordAuthentication = false; }; - #enable qemu-guestagent - services.qemuGuest.enable = true; - openFirewall = true; - }; + #enable qemu-guestagent + services.qemuGuest.enable = true; # Disable password checking for wheel group users so we can solely rely on ssh keys security.sudo.wheelNeedsPassword = false;