freifunk: disable firewall

sigh
This commit is contained in:
Astro 2023-06-27 02:47:59 +02:00
parent e780a3d4c5
commit fe6490b081
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ in {
networking.hostName = "freifunk";
networking.useNetworkd = true;
networking.nameservers = [ "172.20.73.8" "9.9.9.9" ];
networking.firewall.enable = false;
networking.nat = {
enable = true;
# This doesn't really work, hence the `extraCommands`