summary refs log tree commit diff
path: root/nixos/modules/system
Commit message (Expand)AuthorAge
* Add library dependencies explicitlyMoritz Maxeiner2014-01-29
* Implement muli-user authentication for yubikey pba, i.e. multiple users can n...Moritz Maxeiner2014-01-29
* Change the crypt-storage file to be hex encoded instead of raw binary. To upd...Moritz Maxeiner2014-01-29
* Enable two-factor authentication by default. Add proper descriptions to attri...Moritz Maxeiner2014-01-29
* Cosmetic change to yubikey detectionMoritz Maxeiner2014-01-28
* Rewrite as a pre-boot authentication module (mostly) comforming to the design...Moritz Maxeiner2014-01-28
* Implement authentication for a LUKS device with a yubikey (HMAC-SHA1); suppor...Moritz Maxeiner2014-01-25
* systemd: Enable specifying extra config files for a unitShea Levy2014-01-18
* Add module to use kmscon instead of linux-console for VTsShea Levy2014-01-15
* Merge branch 'java'Eelco Dolstra2014-01-13
|\
| * Make /etc/localtime a direct symlink to the zoneinfo fileEelco Dolstra2014-01-06
* | gummiboot module: Don't use obsolete environment.nix optionShea Levy2014-01-05
|/
* nixos initrd: load atkbd, not xtkbdLluĂ­s Batlle i Rossell2013-12-23
* Fix passing of kernel parametersEelco Dolstra2013-12-02
* systemd: add services.journald.extraConfig optionSong Wenwu2013-11-30
* Add support for lightweight NixOS containersEelco Dolstra2013-11-27
* nscd: Fix LD_LIBRARY_PATHEelco Dolstra2013-11-26
* Allow services to specify a pre-stop scriptEelco Dolstra2013-11-26
* Disable various services when running inside a containerEelco Dolstra2013-11-26
* Check whether fileSystems defines the root FSEelco Dolstra2013-11-18
* Allow overrides to work for unit optionsEelco Dolstra2013-11-18
* Use types.lines for script/preStart/postStart/postStopEelco Dolstra2013-11-18
* Apply better type checking to unitConfig/serviceConfig/...Eelco Dolstra2013-11-18
* Fix broken Conflicts optionsEelco Dolstra2013-11-18
* Allow building/testing individual systemd unitsEelco Dolstra2013-11-18
* systemd: Add systemd.extraConfig option for /etc/systemd/system.confRicardo M. Correia2013-11-16
* systemd: Change services.logind.extraConfig type to types.linesRicardo M. Correia2013-11-16
* Properly handle unit names with dashes in themEelco Dolstra2013-11-12
* Add some primops to libEelco Dolstra2013-11-12
* Remove remaining references to UpstartEelco Dolstra2013-10-31
* Add lots of missing option typesEelco Dolstra2013-10-30
* Shut up "failed to resume" warning if there is no resume deviceEelco Dolstra2013-10-30
* Clean up some option examplesEelco Dolstra2013-10-30
* Strictly check the arguments to mkOptionEelco Dolstra2013-10-30
* Add some option typesEelco Dolstra2013-10-30
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
* Remove remaining uses of mkOverrideTemplateEelco Dolstra2013-10-28
* Fix NixOps evaluationEelco Dolstra2013-10-28
* Remove uses of the "merge" option attributeEelco Dolstra2013-10-28
* Fix bogus mkOption typesEelco Dolstra2013-10-28
* Add missing typesEelco Dolstra2013-10-28
* Remove uses of mkFixStrictnessEelco Dolstra2013-10-28
* Big cleanup of the NixOS module systemEelco Dolstra2013-10-28
* Get rid of the only use of mkDefaultValueEelco Dolstra2013-10-28
* Fix evaluation error in the ISOsEelco Dolstra2013-10-24
* Remove dependencies on the Nixpkgs locationEelco Dolstra2013-10-23
* Add a way to define obsolete options that have no replacementEelco Dolstra2013-10-23
* Allow options to be marked as "internal"Eelco Dolstra2013-10-23
* Improve option descriptionEelco Dolstra2013-10-23
* grub: Make assertion lazierEelco Dolstra2013-10-17