change to releases
This commit is contained in:
parent
bfb1842988
commit
0a759cc943
4 changed files with 43 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue