Disable ssh opening the firewall
This commit is contained in:
parent
024275d9e1
commit
ec02d0b00e
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
{ config, pkgs, ... }: {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
LogLevel = "VERBOSE"; # Used for fail2ban monitoring
|
||||
PermitRootLogin = "no";
|
||||
|
|
Loading…
Reference in a new issue