virtualisation: shutdown on shutdown
This commit is contained in:
parent
c5c9dcd5bd
commit
988e533772
@ -17,6 +17,7 @@
|
|||||||
vswitch.enable = true;
|
vswitch.enable = true;
|
||||||
libvirtd = {
|
libvirtd = {
|
||||||
enable = true; # Virtual drivers
|
enable = true; # Virtual drivers
|
||||||
|
onShutdown = "shutdown";
|
||||||
#qemuPackage = pkgs.qemu_kvm; # Default
|
#qemuPackage = pkgs.qemu_kvm; # Default
|
||||||
qemu = {
|
qemu = {
|
||||||
runAsRoot = false;
|
runAsRoot = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user