Add open ports for quick tests

binfmt
Simon Bruder 2021-03-29 22:26:10 +02:00
parent 1521f10806
commit e94c72e42e
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 6 additions and 0 deletions

View File

@ -97,6 +97,12 @@ in
# wireguard tunnel does not work.
networking.firewall.checkReversePath = false;
# Open ports for quick tests
networking.firewall = {
allowedTCPPortRanges = lib.singleton { from = 9990; to = 9999; };
allowedUDPPortRanges = lib.singleton { from = 9990; to = 9999; };
};
nix = {
nixPath = [
"/var/src" # pinned nixpkgs and configuration