close #269
-8
nix/modules/knot.nix
History
3 rounds
4 comments
1 commit
expand
collapse
firewall should be handled by users. this change will allow setting
non-22 ssh ports
Close: #269
Signed-off-by: Seongmin Lee <git@boltless.me>
3/3 success
expand
collapse
expand 4 comments
Well.. it is, but as ssh ports are also configurable and the firewall should follow the correct configured ssh ports, I think removing the firewall settings will make things simpler. Users can configure there networks by their own.
this is pretty common practice in nixpkgs.
ok I'm closing this. the description explicitly states it opens hard-coded port 22, so I think it's fine to leave it not following config.services.openssh.posts.
1 commit
expand
collapse
firewall should be handled by users. this change will allow setting
non-22 ssh ports
Close: #269
Signed-off-by: Seongmin Lee <git@boltless.me>
3/3 success
expand
collapse
expand 0 comments
1 commit
expand
collapse
Close: #269
Signed-off-by: Seongmin Lee <git@boltless.me>
if
openFirewallis not set totrue, this is already configurable is it not?