summary refs log tree commit diff
path: root/nixos/modules/profiles/installation-device.nix
Commit message (Collapse)AuthorAge
* wpa_supplicant service: jobs -> systemd.servicesRobin Gloster2016-01-06
| | | | | | Fixes an occurence of `jobs` usage causing tests to fail to evaluate. thanks @domenkozar
* Move stuff to modules/profiles/installation-device.nixEelco Dolstra2015-06-10
|
* Remove redundant i18n.supportedLocales settingEelco Dolstra2015-04-27
| | | | | | This is already set in profiles/minimal.nix. Probably fixes #7589.
* Installation CD: automatic log in at virtual consolesTuomas Tynkkynen2015-04-14
|
* 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
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10