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

9 lines
154 B
Nix
Raw Normal View History

2021-10-16 20:29:29 +03:00
{
virtualisation.libvirtd.enable = true;
# TODO: maybe be more strict
networking.firewall.trustedInterfaces = [
"vmcore"
"vmdefault"
];
}