Allow DNS and DHCP on virbr0

This commit is contained in:
Jakob Lechner 2024-11-28 00:48:28 +01:00
parent c989ffaeba
commit 2ea65edb28

View file

@ -19,6 +19,8 @@
#"192.0.2.1" = ["example.com"];
}
);
firewall.interfaces.virbr0.allowedTCPPorts = [ 53 ];
firewall.interfaces.virbr0.allowedUDPPorts = [ 53 67 ];
};
zramSwap = {