nixpkgs/modules/tasks
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
..
filesystems Rename ‘boot.systemd’ to ‘systemd’ 2013-01-16 12:33:18 +01:00
cpu-freq.nix Fix description of powerManagement.cpuFreqGovernor 2013-01-24 13:55:59 +01:00
filesystems.nix Rename ‘boot.systemd’ to ‘systemd’ 2013-01-16 12:33:18 +01:00
kbd.nix Turn environment.etc into an attribute set 2013-02-03 14:28:18 +01:00
lvm.nix Remove the lvm job 2012-08-23 10:23:41 -04:00
network-interfaces.nix Rename ‘system.build.systemd’ to ‘systemd.package’ 2013-01-16 13:17:57 +01:00
scsi-link-power-management.nix scsi-link-pm: Don't fail if there are no matching SCSI hosts 2012-10-04 23:25:11 -04:00
swraid.nix
tty-backgrounds-combine.sh
tty-backgrounds.nix * Disable all fbcondecor-related stuff if boot.vesa is disabled. 2011-11-08 19:43:15 +00:00