nixos/castle: Add libvirt
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m33s
Installer ISO / Build installer ISO (push) Successful in 3m11s

This commit is contained in:
2023-12-05 23:27:16 +00:00
parent 4ee66cdca7
commit b4d0d9aff9
3 changed files with 9 additions and 2 deletions

View File

@@ -108,6 +108,9 @@ in
blueman.enable = true;
};
programs.virt-manager.enable = true;
virtualisation.libvirtd.enable = true;
networking = {
domain = "h.${lib.my.c.pubDomain}";
firewall.enable = false;