change to releases

This commit is contained in:
Philipp Hochkamp 2023-02-06 22:01:37 +01:00
parent bfb1842988
commit 0a759cc943
4 changed files with 43 additions and 34 deletions

View file

@ -11,8 +11,9 @@ in
config = mkIf cfg.enable {
security.sudo.execWheelOnly = true;
services.openssh = {
settings.PasswordAuthentication = false;
settings.KbdInteractiveAuthentication = false;
passwordAuthentication = false;
allowSFTP = true; # just use rsync, lol
kbdInteractiveAuthentication = false;
extraConfig = ''
AllowTcpForwarding yes
X11Forwarding no