Enable X11Forwarding in ssh service on apex
All checks were successful
CI / build:cross (pull_request) Successful in 8s
CI / build:all (pull_request) Successful in 33s

This commit is contained in:
2026-03-27 11:39:21 +01:00
committed by Vincent A. Arcila
parent c1322dceb6
commit bd3c64e1b8

View File

@@ -69,6 +69,7 @@
# Disable SSH login with password, allow only keypair
services.openssh.settings.PasswordAuthentication = false;
services.openssh.settings.X11Forwarding = true;
networking.firewall = {
extraCommands = ''