nixpkgs-suyu/modules
Eelco Dolstra 458f36f5f1 Turn fileSystems into an attribute set
So now you can write

  fileSystems =
    [ { mountPoint = "/";
        device = "/dev/sda1";
      }
    ];

as

  fileSystems."/".device = "/dev/sda1";
2012-11-02 18:02:12 +01:00
..
config Add user option ‘isAlias’ to allow one user account to alias another 2012-10-23 13:35:06 +02:00
hardware Add new 'hardware.cpu.amd.updateMicrocode' option. 2012-09-11 18:44:37 +02:00
installer Turn fileSystems into an attribute set 2012-11-02 18:02:12 +01:00
misc Merge remote-tracking branch 'origin/master' into systemd 2012-09-28 11:35:27 -04:00
profiles In headless deployments, don't start agetty on the console 2012-10-30 13:53:36 +01:00
programs Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
security Add option ‘users.motd’ for setting a message of the day shown on login 2012-10-23 09:10:48 -04:00
services Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
system Turn fileSystems into an attribute set 2012-11-02 18:02:12 +01:00
tasks Turn fileSystems into an attribute set 2012-11-02 18:02:12 +01:00
testing Fix coverage data collection 2012-10-30 17:27:14 +01:00
virtualisation Turn fileSystems into an attribute set 2012-11-02 18:02:12 +01:00
module-list.nix Remove the cgroups module 2012-10-26 19:36:59 +02:00
rename.nix Adding a rename line for rt73 -> ralink. 2012-08-11 14:54:43 +02:00