Allow ssh x forwarding
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user