mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-08-23 23:11:00 +05:30
update firewall rules
This commit is contained in:
@@ -47,6 +47,10 @@
|
||||
|
||||
networking = {
|
||||
hostName = "controller";
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [80 443 22];
|
||||
};
|
||||
};
|
||||
|
||||
security = {
|
||||
|
Reference in New Issue
Block a user