global(auth): add utility port to firewall allow
This commit is contained in:
parent
ef34c9be61
commit
71dd1b4d4b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ in {
|
||||||
settings.PasswordAuthentication = cfg.openssh.password;
|
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;
|
optional (cfg.openssh.enable && (cfg.openssh.port != null)) cfg.openssh.port;
|
||||||
|
|
||||||
environment.persistence."/nix/persist/fhs".directories = [ ] ++
|
environment.persistence."/nix/persist/fhs".directories = [ ] ++
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue