chore(sgx): turn off libvirtd

This commit is contained in:
Harald Hoyer 2025-05-21 09:41:36 +02:00
parent 2e28118edf
commit 5893c5b84c

View file

@ -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;