From 49b62c5d6055dd186f5700277a57f0578f484bef Mon Sep 17 00:00:00 2001 From: kB01 Date: Fri, 2 Aug 2024 14:06:27 +0200 Subject: [PATCH] activated libvirt virtualisation --- systems/x86_64-linux/yerukall/default.nix | 1 + 1 file changed, 1 insertion(+) 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 = [ ... ];