mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
nixos/suites/server: explicitly open firewall for SSH server
This commit is contained in:
parent
f6a77b64bb
commit
d3aaefc995
@ -39,6 +39,8 @@ in
|
||||
services.openssh = {
|
||||
enable = lib.mkDefault true;
|
||||
|
||||
openFirewall = true;
|
||||
|
||||
settings = {
|
||||
# Making it verbose for services such as fail2ban.
|
||||
LogLevel = "VERBOSE";
|
||||
|
Loading…
Reference in New Issue
Block a user