libvirt: don't suspend and resume on change

This commit is contained in:
Robin Gloster 2017-05-29 18:03:07 +02:00 committed by Volth
parent 84a6a3683b
commit 2dddc6dcf6

View File

@ -175,6 +175,7 @@ in {
systemd.services.libvirt-guests = {
wantedBy = [ "multi-user.target" ];
path = with pkgs; [ coreutils libvirt gawk ];
restartIfChanged = false;
};
systemd.sockets.virtlogd = {