Fix SSH auth for sudo

This commit is contained in:
Vili Sinervä 2025-05-27 22:30:33 +03:00
parent 6dc5520289
commit f07575e532
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@
};
systemd.services.clatd.wants = [ "wg-quick-wg0.service" ];
services.openssh.enable = pkgs.lib.mkForce false;
services.openssh.openFirewall = false;
services.fail2ban.enable = pkgs.lib.mkForce false;
imports = [

View file

@ -36,7 +36,7 @@
};
systemd.services.clatd.wants = [ "wg-quick-wg0.service" ];
services.openssh.enable = pkgs.lib.mkForce false;
services.openssh.openFirewall = false;
services.fail2ban.enable = pkgs.lib.mkForce false;
imports = [