summary refs log tree commit diff
path: root/nixos/modules/config
Commit message (Expand)AuthorAge
* Start ssh-agent as a user unitEelco Dolstra2014-04-18
* Allow upstream systemd units to be extendedEelco Dolstra2014-04-17
* no-x-libs.nix: Disable su xauth forwarding, and X11 dependency in dbusEelco Dolstra2014-04-16
* cpu-freq: Use cpupower instead of cpufrequtilsWilliam A. Kennington III2014-04-16
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
* nixos: add grsecurity module (#1875)Austin Seipp2014-04-11
* Don't add users if createUser is falseRickard Nilsson2014-04-08
* Allow undefined uids and gids when mutableUsers = trueRickard Nilsson2014-04-06
* su: Make the su package a provider of only the su binaryWilliam A. Kennington III2014-04-05
* power-management: Don't enable acpid.ambrop7@gmail.com2014-03-15
* Merge pull request #1767 from the-kenny/fix-consoleKeyMap-typeDomen Kožar2014-03-08
|\
| * i18n.consoleKeyMap: Accept string or path.Moritz Ulrich2014-02-17
* | nixos: set all package options to have type packageDomen Kožar2014-02-27
|/
* Allow directly setting hashedPassword for rootShea Levy2014-02-16
* user-groups: Sidestep all password escaping issuesShea Levy2014-02-10
* Properly escape passwords sent to chpasswdThomas Tuegel2014-02-10
* Add option to enforce uniqueness of uids/gids (on by default)Shea Levy2014-02-07
* Add description to group.members optionRickard Nilsson2014-02-05
* Re-introduce security.initialRootPassword, and add a new option users.extraUs...Rickard Nilsson2014-02-05
* Generate /etc/passwd and /etc/group at build timeRickard Nilsson2014-02-05
* Don't set $TZEelco Dolstra2014-01-06
* Make /etc/localtime a direct symlink to the zoneinfo fileEelco Dolstra2014-01-06
* Disable various services when running inside a containerEelco Dolstra2013-11-26
* Add some primops to libEelco Dolstra2013-11-12
* nixos: capitalize a bunch of service descriptionsBjørn Forsman2013-11-09
* Print a reminder to users to set or disable the root passwordEelco Dolstra2013-11-01
* Don't set an initial null root password for Amazon / VirtualBox imagesEelco Dolstra2013-11-01
* Improve description of the users.extraUsers.*.description optionEelco Dolstra2013-10-31
* Make update-mime-database less verboseEelco Dolstra2013-10-30
* Add lots of missing option typesEelco Dolstra2013-10-30
* Strictly check the arguments to mkOptionEelco Dolstra2013-10-30
* Show correct position info for errors in submodulesEelco Dolstra2013-10-30
* Add some option typesEelco Dolstra2013-10-30
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
* Show precise error messages in option merge failuresEelco Dolstra2013-10-28
* Fix evaluation of environment.variablesEelco Dolstra2013-10-28
* Rename environment.nix -> nix.packageEelco Dolstra2013-10-28
* Remove uses of the "merge" option attributeEelco Dolstra2013-10-28
* Big cleanup of the NixOS module systemEelco Dolstra2013-10-28
* Get rid of the only use of mkNotdefEelco Dolstra2013-10-28
* Allow options to be marked as "internal"Eelco Dolstra2013-10-23
* Get rid of special-casing of system.path in the manual generationEelco Dolstra2013-10-23
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10