fix(auth): add utility port to firewall allow
This commit is contained in:
parent
315a76c2be
commit
f297ae1611
|
@ -42,7 +42,7 @@ in {
|
|||
settings.PasswordAuthentication = cfg.openssh.password;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ ] ++
|
||||
networking.firewall.allowedTCPPorts = [ 1300 ] ++ # utility port
|
||||
optional (cfg.openssh.enable && (cfg.openssh.port != null)) cfg.openssh.port;
|
||||
|
||||
environment.persistence."/nix/persist/fhs".directories = [ ] ++
|
||||
|
|
Loading…
Reference in a new issue