feat(attic): disable libvirtd in virtualization config

- Set `libvirtd.enable` to `false` in `default.nix` to align with the current virtualization setup.
- Prevents unnecessary service activation and reduces resource usage.
This commit is contained in:
Harald Hoyer 2026-03-25 11:03:26 +01:00
parent 77a8e0ffcc
commit 65aacd4220

View file

@ -22,6 +22,7 @@
virtualisation = { virtualisation = {
docker.enable = true; docker.enable = true;
podman.dockerCompat = false; podman.dockerCompat = false;
libvirtd.enable = false;
}; };
# Legacy BIOS boot (Hetzner cloud instance) # Legacy BIOS boot (Hetzner cloud instance)