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:
parent
77a8e0ffcc
commit
65aacd4220
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
virtualisation = {
|
||||
docker.enable = true;
|
||||
podman.dockerCompat = false;
|
||||
libvirtd.enable = false;
|
||||
};
|
||||
|
||||
# Legacy BIOS boot (Hetzner cloud instance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue