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