feat(ops/nixos/camden): Disable camden firewall
The local network is considered trusted and ingress from the outside world is now handled by the Edgerouter.
This commit is contained in:
parent
0d73739740
commit
64894062a9
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ in lib.fix(self: {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
firewall.allowedTCPPorts = [ 22 8080 80 443 1935 ];
|
firewall.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = "UTC";
|
time.timeZone = "UTC";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue