Wrong side to forward that port on

This commit is contained in:
kat witch 2021-08-29 04:00:41 +01:00
parent 1ad6dd30e1
commit 47e625ef14
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -89,6 +89,8 @@ in
};
})
(mkIf cfg.server.enable {
network.firewall.private.tcp.ports = [ 9002 ];
kw.secrets = [
"grafana-admin-pass"
];
@ -156,7 +158,7 @@ in
};
})
(mkIf cfg.client.enable {
network.firewall.private.tcp.ports = [ 9002 19999 ];
network.firewall.private.tcp.ports = [ 19999 ];
services.netdata.enable = true;