libvirt: don't suspend and resume on change

This commit is contained in:
Robin Gloster
2017-08-05 11:00:02 +00:00
committed by Volth
parent 84a6a3683b
commit 2dddc6dcf6
@@ -175,6 +175,7 @@ in {
systemd.services.libvirt-guests = {
wantedBy = [ "multi-user.target" ];
path = with pkgs; [ coreutils libvirt gawk ];
restartIfChanged = false;
};
systemd.sockets.virtlogd = {