Allow ssh x forwarding

This commit is contained in:
Ethan Simmons
2025-09-23 11:54:56 -05:00
parent c3f1f0bfb1
commit bb26f5f74c

View File

@@ -78,6 +78,9 @@
openFirewall = true; openFirewall = true;
}; };
programs.ssh.forwardX11 = true;
programs.ssh.setXAuthLocation = true;
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.xbootldrMountPoint = "/boot"; boot.loader.systemd-boot.xbootldrMountPoint = "/boot";