Add VaultWarden; update Transmission; reorder allowedTCPPorts

This commit is contained in:
2024-08-07 10:02:50 -05:00
parent afbbe88620
commit aa40c0c5e3
7 changed files with 15 additions and 2 deletions

View File

@ -2,7 +2,7 @@
networking = {
hostName = "eve-psr-nix0";
firewall = {
allowedTCPPorts = [ 22 80 443 7860 23231 23232 23233 9418 3000 ];
allowedTCPPorts = [ 22 80 443 3000 7860 9418 23231 23232 23233 ];
allowedUDPPorts = [ 53 1194 ];
trustedInterfaces = [ "tun0" ];
};