blackadder: add castnow ports

auto-flake-update
Yorick van Pelt 2021-10-06 18:07:41 +02:00
parent 0e4a1121d3
commit 8e62712dcb
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
1 changed files with 3 additions and 0 deletions

View File

@ -44,4 +44,7 @@
];
};
virtualisation.docker.enable = true;
# castnow
networking.firewall.allowedUDPPorts = [ 5353 ];
networking.firewall.allowedTCPPortRanges = [ { from = 4100; to = 4105; } ];
}