Add open ports for quick tests
This commit is contained in:
parent
1521f10806
commit
e94c72e42e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue