Open proxy protocol, node-exporter ports
parent
f81678b3f1
commit
f5cbfda5d1
|
@ -85,6 +85,12 @@
|
|||
];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = lib.mkIf config.services.nginx.enable [
|
||||
# proxy protocol used by public-access-proxy
|
||||
8080
|
||||
8443
|
||||
];
|
||||
|
||||
nix = {
|
||||
deleteChannels = true;
|
||||
deleteUserProfiles = true;
|
||||
|
|
|
@ -14,6 +14,8 @@ in
|
|||
};
|
||||
|
||||
config = {
|
||||
networking.firewall.allowedTCPPorts = [ 9100 ];
|
||||
|
||||
services = lib.mkMerge [
|
||||
(let
|
||||
nginxStatusPort = 9100;
|
||||
|
|
Loading…
Reference in New Issue