Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 18466f7

Browse files
feat(pix): enable sshd X11 forwarding
1 parent 01f382e commit 18466f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos/server/hosts/pix/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
};
2222

2323
programs.ssh.forwardX11 = true;
24+
services.openssh.settings.X11Forwarding = true;
2425

2526
networking.firewall = {
2627
allowedTCPPorts = [

0 commit comments

Comments
 (0)