aryeh.fun Aryeh Hillman's Blog

Enabling X11 Forwarding in NixOS

DrRacket over X11

Add the following to /etc/nixos/configuration.nix:

services.openssh.settings.X11Forwarding = true;

Tip: find other settings for the openssh daemon on search.nixos.org.