depot/hosts/VEGAS/modules/virtualisation/default.nix

9 lines
154 B
Nix

{
virtualisation.libvirtd.enable = true;
# TODO: maybe be more strict
networking.firewall.trustedInterfaces = [
"vmcore"
"vmdefault"
];
}