about summary refs log tree commit diff
path: root/nixos/modules/config
AgeCommit message (Expand)AuthorFilesLines
2014-08-20use mkDefault on root's shellMatej Cotman1-1/+1
2014-08-12provide pulseaudioFull and set it as default to hardware.pulseaudio.packageDomen Kožar1-5/+5
2014-08-08nslcd nixos service: Should be wantedBy multi-user, otherwise not started if ...Rickard Nilsson1-3/+1
2014-07-15Add automatic plugin activation for vimPaul Colomiets1-0/+1
2014-07-02Get all lib functions from lib, not pkgs.lib, in modulesShea Levy5-6/+6
2014-06-30Merge pull request #2283 from wizeman/u/sysctl-mergeMichael Raskin1-2/+6
2014-06-24nixos: add some missing '.' in option descriptionsBjørn Forsman1-2/+2
2014-06-13Set session variables in the shell as wellEelco Dolstra1-0/+6
2014-06-13Rename environment.systemVariables -> environment.sessionVariablesEelco Dolstra3-4/+4
2014-06-12Merge pull request #2543 from wizeman/u/zramswapMichael Raskin1-0/+138
2014-06-10Revert "Revert "Merge #2692: Use pam_env to properly setup system-wide env""Eelco Dolstra4-2/+59
2014-06-10Revert "Merge #2692: Use pam_env to properly setup system-wide env"Eelco Dolstra4-59/+2
2014-06-10Merge #2692: Use pam_env to properly setup system-wide envVladimír Čunát4-2/+59
2014-05-28better error message in case of missing uidsSönke Hahn1-1/+1
2014-05-22Add type for fonts.fonts optionEelco Dolstra1-0/+1
2014-05-21Set TZDIR for all systemd servicesEelco Dolstra1-1/+9
2014-05-17fix -G delimiter in call to useraddCharles Strahan1-1/+1
2014-05-09nixos-install: Ask the user to set a root passwordEelco Dolstra1-4/+4
2014-05-06nixos: Add zram swap moduleRicardo M. Correia1-0/+138
2014-05-05Fix users.*.extraGroups for users.mutableUsers = true.Rob Vermaas1-0/+1
2014-04-29Obsolete fonts.extraFontsEelco Dolstra3-29/+27
2014-04-29Remove redundant ~/.fonts element from the font search pathEelco Dolstra1-2/+0
2014-04-29Bring back the isSystemUser optionEelco Dolstra1-3/+16
2014-04-24Don't create world-readable swapfilesEelco Dolstra1-0/+1
2014-04-21pulseaudio module: Use pid-file for system-wide daemon, add loglevel optionRickard Nilsson1-15/+27
2014-04-20Merge branch 'systemd-update'Eelco Dolstra5-26/+23
2014-04-18Set $LOCALE_ARCHIVE in all systemd unitsEelco Dolstra1-1/+6
2014-04-18Start ssh-agent as a user unitEelco Dolstra1-1/+1
2014-04-17Allow upstream systemd units to be extendedEelco Dolstra1-12/+1
2014-04-16Merge pull request #2185 from lethalman/gnome3Domen Kožar1-0/+4
2014-04-16no-x-libs.nix: Disable su xauth forwarding, and X11 dependency in dbusEelco Dolstra1-7/+14
2014-04-16cpu-freq: Use cpupower instead of cpufrequtilsWilliam A. Kennington III1-5/+1
2014-04-15nixos: Fix sysctl option mergingRicardo M. Correia1-2/+6
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra21-42/+42
2014-04-14system-path, gnome3: run update-desktop-database to create the mime cacheLuca Bruno1-0/+4
2014-04-11nixos: add grsecurity module (#1875)Austin Seipp2-7/+13
2014-04-08Don't add users if createUser is falseRickard Nilsson1-1/+1
2014-04-06Allow undefined uids and gids when mutableUsers = trueRickard Nilsson1-23/+73
2014-04-05su: Make the su package a provider of only the su binaryWilliam A. Kennington III1-0/+1
2014-03-15power-management: Don't enable acpid.ambrop7@gmail.com1-3/+0
2014-03-08Merge pull request #1767 from the-kenny/fix-consoleKeyMap-typeDomen Kožar1-1/+5
2014-02-27nixos: set all package options to have type packageDomen Kožar1-1/+1
2014-02-17i18n.consoleKeyMap: Accept string or path.Moritz Ulrich1-1/+5
2014-02-16Allow directly setting hashedPassword for rootShea Levy1-1/+1
2014-02-10user-groups: Sidestep all password escaping issuesShea Levy1-11/+8
2014-02-10Properly escape passwords sent to chpasswdThomas Tuegel1-2/+2
2014-02-07Add option to enforce uniqueness of uids/gids (on by default)Shea Levy1-0/+21
2014-02-05Add description to group.members optionRickard Nilsson1-0/+2
2014-02-05Re-introduce security.initialRootPassword, and add a new option users.extraUs...Rickard Nilsson1-21/+62
2014-02-05Generate /etc/passwd and /etc/group at build timeRickard Nilsson1-168/+207