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

Commit 3c9bcef

Browse files
feat(pix): enable x11 forwarding
1 parent dab6324 commit 3c9bcef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nixos/server/hosts/pix/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
printing.enable = true;
2121
};
2222

23+
programs.ssh.forwardX11 = true;
24+
2325
networking.firewall = {
2426
allowedTCPPorts = [
2527
1010

0 commit comments

Comments
 (0)