summary refs log tree commit diff
path: root/nixos/modules/profiles
Commit message (Collapse)AuthorAge
* nixos: f2fs filesystem module support (close #2085)Emery Hemingway2014-05-11
|
* Don't start getty@tty1 on headless machines (like EC2)Eelco Dolstra2014-05-05
| | | | Backport: 14.04
* qemu-guest.nix: Load virtio_rngEelco Dolstra2014-04-30
| | | | | This allows the guest to have a paravirtualized RNG, if the host provides it.
* no-x-libs.nix: Disable su xauth forwarding, and X11 dependency in dbusEelco Dolstra2014-04-16
|
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Revert "Turn on user-controlled wpa-cli on the livecd"Shea Levy2014-04-08
| | | | | | | user-controlled wpa-cli requires explicit interface setting for some reason This reverts commit c6797b373f379f7a7f8a7da01bdf3f6751f11f2e.
* Turn on user-controlled wpa-cli on the livecdShea Levy2014-04-04
| | | | Fixes #1204
* Another attempt to fix the installer testEelco Dolstra2014-03-30
| | | | http://hydra.nixos.org/build/9904133
* remove references to isSystemUser and fix eval of tested jobDomen Kožar2014-02-08
|
* Hack to work around the lack of isPathEelco Dolstra2013-10-28
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10