Static ip

This commit is contained in:
Maxiem Geldhof 2025-12-14 19:09:54 +01:00
parent e05271d23e
commit bf16d0a22b
2 changed files with 3 additions and 1 deletions

View file

@ -21,7 +21,9 @@ in
};
networking.firewall.trustedInterfaces = [ "wg-selene" "wg-scribe" ];
networking.firewall.allowedUDPPorts = [ 10632 ];
networking.firewall.allowedUDPPorts = [ 23379 ];
networking.firewall.allowedTCPPorts = [ 23379 ];
networking.firewall.checkReversePath = false;
services.prowlarr.enable = true;