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, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
|
||||||
settings = {
|
settings = {
|
||||||
LogLevel = "VERBOSE"; # Used for fail2ban monitoring
|
LogLevel = "VERBOSE"; # Used for fail2ban monitoring
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
|
|
Loading…
Reference in a new issue