nixbld: enable SSH X11 forwarding

This commit is contained in:
Sebastien Bourdeauducq 2024-05-23 22:20:56 +08:00
parent 584c9e560c
commit 6018eca294
1 changed files with 1 additions and 0 deletions

View File

@ -508,6 +508,7 @@ in
services.openssh.enable = true;
services.openssh.settings.PasswordAuthentication = false;
services.openssh.settings.GatewayPorts = "clientspecified";
services.openssh.settings.X11Forwarding = true;
programs.mosh.enable = true;
programs.fish.enable = true;