nixpkgs/modules/profiles
Mathijs Kwik f31fefdfd9 splitted ssh/sshd X11 forwarding logic. Backward compatible change.
You can now set the forwardX11 config option for the ssh client and server separately.

For server, the option means "allow clients to request X11 forwarding".
For client, the option means "request X11 forwarding by default on all connections".

I don't think it made sense to couple them. I might not even run the server on some machines.
Also, I ssh to a lot of machines, and rarely want X11 forwarding. The times I want it,
I use the -X/-Y option, or set it in my ~/.ssh/config.

I also decoupled the 'XAuthLocation' logic from forwardX11.
For my case where ssh client doesn't want forwarding by default, it still wants to set the path for the cases I do need it.

As this flag is the one that pulls in X11 dependencies, I changed the minimal profile and the no-x-libs config to check that instead now.

svn path=/nixos/trunk/; revision=33407
2012-03-25 15:42:05 +00:00
..
all-hardware.nix all-hardware.nix: Apple users may want to be able to type something at a debug2 prompt 2012-03-19 17:23:24 +00:00
base.nix * Modularise vfat support. Also add fsck.vfat to the initrd. This 2012-03-09 16:17:37 +00:00
graphical.nix * Include glxinfo/glxgears in the graphical profile. It's very small. 2011-11-08 19:18:34 +00:00
headless.nix * In EC2 instances, a kernel panic should cause a reboot, and a 2011-11-03 20:11:11 +00:00
installation-device.nix * enableWLAN -> wireless.enable. 2012-03-04 21:15:34 +00:00
minimal.nix splitted ssh/sshd X11 forwarding logic. Backward compatible change. 2012-03-25 15:42:05 +00:00
qemu-guest.nix * Attempt to fix the random "udevadm settle - timeout of 120 seconds 2012-03-19 15:10:39 +00:00