nixpkgs/modules/config
Eelco Dolstra ab238804b8 Turn environment.etc into an attribute set
This provides a more convenient syntax and allows easier overriding.

For example,

  environment.etc = singleton
    { target = "vconsole.conf";
      source = vconsoleConf;
    };

can now be written as

  environment.etc."vconsole.conf".source = vconsoleConf;
2013-02-03 14:28:18 +01:00
..
fonts.nix Reverting revisions 30103-30106: "always set nixpkgs.config.{state,store}Dir", etc. 2011-10-30 15:19:58 +00:00
gnu.nix GNU: Comment `fdisk' out. 2012-04-24 12:54:42 +00:00
i18n.nix systemd-vconsole-setup: Don't put the X server in non-raw mode 2012-10-18 11:58:37 -04:00
krb5.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
ldap.nix nslcd: Adjust service definition to systemd 2013-01-27 20:07:37 +01:00
networking.nix Turn environment.etc into an attribute set 2013-02-03 14:28:18 +01:00
no-x-libs.nix Remove HAL 2012-08-17 14:45:43 -04:00
nsswitch.nix Add support for nslcd (nss-pam-ldapd) as users.ldap.daemon option 2012-11-20 16:39:45 +01:00
power-management.nix Merge remote-tracking branch 'origin/systemd' 2013-01-21 12:45:50 +01:00
pulseaudio.nix Get rid of the last uses of mkAlways 2012-11-30 15:07:39 +01:00
shells.nix Global replace /var/run/current-system -> /run/current-system 2012-07-16 11:34:21 -04:00
swap.nix Rename ‘boot.systemd’ to ‘systemd’ 2013-01-16 12:33:18 +01:00
system-path.nix Make xz available by default 2013-01-30 15:01:31 +01:00
timezone.nix Use zoneinfo from tzdata 2012-12-15 22:05:32 +04:00
unix-odbc-drivers.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
users-groups.nix Add user option ‘isAlias’ to allow one user account to alias another 2012-10-23 13:35:06 +02:00