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