qemu guestagent fix

This commit is contained in:
Lyn 2024-01-24 12:52:09 +01:00
parent 08501fb057
commit 5da0bf2720

View file

@ -72,13 +72,11 @@
X11Forwarding = true; X11Forwarding = true;
PermitRootLogin = "no"; PermitRootLogin = "no";
PasswordAuthentication = false; PasswordAuthentication = false;
};
openFirewall = true;
}; };
#enable qemu-guestagent #enable qemu-guestagent
services.qemuGuest.enable = true; services.qemuGuest.enable = true;
openFirewall = true;
};
# Disable password checking for wheel group users so we can solely rely on ssh keys # Disable password checking for wheel group users so we can solely rely on ssh keys
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;