config/profiles/sshd.nix

5 lines
88 B
Nix

{
services.openssh.enable = true;
services.openssh.settings.X11Forwarding = true;
}