qemu guestagent fix
This commit is contained in:
parent
08501fb057
commit
5da0bf2720
1 changed files with 2 additions and 4 deletions
|
@ -73,12 +73,10 @@
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
#enable qemu-guestagent
|
|
||||||
services.qemuGuest.enable = true;
|
|
||||||
|
|
||||||
openFirewall = 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
|
# Disable password checking for wheel group users so we can solely rely on ssh keys
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue