fix: firewall
This commit is contained in:
parent
d69b65369b
commit
e828b81f6e
2 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,9 @@
|
|||
outputs,
|
||||
...
|
||||
}: {
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [61208];
|
||||
};
|
||||
systemd.services.glances = {
|
||||
enable = true;
|
||||
description = "Services web server";
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
...
|
||||
}: {
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [3001];
|
||||
};
|
||||
services.hydra = {
|
||||
|
|
Loading…
Add table
Reference in a new issue