This commit is contained in:
jopejoe1 2023-04-05 09:21:51 +02:00
parent d45156b4ee
commit 9aa00d2b45
2 changed files with 3 additions and 3 deletions

View file

@ -13,10 +13,10 @@ in
services.openssh = {
enable = true;
passwordAuthentication = false;
kbdInteractiveAuthentication = false;
kbdInteractiveAuthentication = false;
settings.X11forwarding = true;
settings.PermitRootLogin = "yes";
}
};
environment.systemPackages = with pkgs; [ sshfs ];
};
}