mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Wrong side to forward that port on
This commit is contained in:
parent
1ad6dd30e1
commit
47e625ef14
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue