diff --git a/systems/x86_64-linux/yerukall/default.nix b/systems/x86_64-linux/yerukall/default.nix index 48cfe6e..77cb38e 100644 --- a/systems/x86_64-linux/yerukall/default.nix +++ b/systems/x86_64-linux/yerukall/default.nix @@ -349,6 +349,7 @@ in { enableHardening = false; # Incompatible with KVM addNetworkInterface = false; # Incompatible with KVM }; + virtualisation.libvirtd.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];