Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 32m54s
Check NixOS configurations / eval-hosts (push) Failing after 32m54s
This commit is contained in:
@@ -121,7 +121,7 @@ services.prometheus.exporters.node = {
|
||||
|
||||
services.openssh.settings.PermitRootLogin = "yes";
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.allowedTCPPorts = [ 2049 ];
|
||||
networking.firewall.allowedTCPPorts = [ 2049 111 ];
|
||||
# networking.firewall.allowedUDPPorts = [ 111 2049 20048 ];
|
||||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
|
||||
Reference in New Issue
Block a user