forked from nyanloutre/nixos-config
Définition des ports firewall dans le fichier dédié HAproxy
This commit is contained in:
parent
5bda521da7
commit
a469b5f502
@ -118,5 +118,9 @@ ${concatStrings (
|
|||||||
};
|
};
|
||||||
security.acme.directory = "/var/lib/acme";
|
security.acme.directory = "/var/lib/acme";
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
80 443
|
||||||
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -95,7 +95,6 @@ in
|
|||||||
services.murmur.textMsgLength = 0;
|
services.murmur.textMsgLength = 0;
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
80 443 # HAProxy
|
|
||||||
# 111 2049 4000 4001 4002 # NFS
|
# 111 2049 4000 4001 4002 # NFS
|
||||||
3483 9000 9090 # Slimserver
|
3483 9000 9090 # Slimserver
|
||||||
51413 # Transmission
|
51413 # Transmission
|
||||||
|
Loading…
Reference in New Issue
Block a user