From 2dddc6dcf6711fb3c1264a520262d00f4a3e04da Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Mon, 29 May 2017 18:03:07 +0200 Subject: [PATCH] libvirt: don't suspend and resume on change --- nixos/modules/virtualisation/libvirtd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/virtualisation/libvirtd.nix b/nixos/modules/virtualisation/libvirtd.nix index e07fb0f8fe4..57178e05e5c 100644 --- a/nixos/modules/virtualisation/libvirtd.nix +++ b/nixos/modules/virtualisation/libvirtd.nix @@ -175,6 +175,7 @@ in { systemd.services.libvirt-guests = { wantedBy = [ "multi-user.target" ]; path = with pkgs; [ coreutils libvirt gawk ]; + restartIfChanged = false; }; systemd.sockets.virtlogd = {