fix slow rebuild by not triggering timers accidentally
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
allowSFTP = false;
|
||||
allowSFTP = true;
|
||||
settings.PasswordAuthentication = false;
|
||||
settings.KbdInteractiveAuthentication = false;
|
||||
settings.X11Forwarding = false;
|
||||
|
||||
Reference in New Issue
Block a user