From 5893c5b84c876f13e626915fa9900c5e22614767 Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@hoyer.xyz> Date: Wed, 21 May 2025 09:41:36 +0200 Subject: [PATCH] chore(sgx): turn off libvirtd --- systems/x86_64-linux/sgx/default.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/systems/x86_64-linux/sgx/default.nix b/systems/x86_64-linux/sgx/default.nix index 2433789..acef7ed 100644 --- a/systems/x86_64-linux/sgx/default.nix +++ b/systems/x86_64-linux/sgx/default.nix @@ -1,8 +1,4 @@ -{ pkgs -, lib -, config -, ... -}: +{ ... }: { imports = [ ./hardware-configuration.nix @@ -33,11 +29,11 @@ virtualisation = { docker.enable = false; - libvirtd.enable = true; + libvirtd.enable = false; podman.dockerCompat = true; }; - systemd.services.libvirt-guests.after = [ "network-online.target" ]; + #systemd.services.libvirt-guests.after = [ "network-online.target" ]; system.autoUpgrade = { enable = true;