nixpkgs/modules/virtualisation
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
..
amazon-config.nix
amazon-image.nix Turn fileSystems into an attribute set 2012-11-02 18:02:12 +01:00
ec2-data.nix Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
libvirtd.nix Update libvirt for systemd 2012-10-26 16:22:19 +02:00
nova-config.nix * Generate a nova.conf file. 2011-05-11 13:52:49 +00:00
nova-image.nix Turn fileSystems into an attribute set 2012-11-02 18:02:12 +01:00
nova.nix * Fix bad default. 2012-02-23 21:25:22 +00:00
qemu-vm.nix Turn fileSystems into an attribute set 2012-11-02 18:02:12 +01:00
virtualbox-guest.nix Use optionalAttrs 2012-10-10 16:49:47 -04:00
virtualbox-image.nix Turn fileSystems into an attribute set 2012-11-02 18:02:12 +01:00
xen-dom0.nix * Fix some references to dhclient. 2012-03-22 13:02:42 +00:00
xen-domU.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00