3
0
Fork 0
forked from mirrors/nixpkgs

* Include cryptsetup in EC2 AMIs.

svn path=/nixos/trunk/; revision=34096
This commit is contained in:
Eelco Dolstra 2012-05-14 23:43:38 +00:00
parent 29b05fb62a
commit 3b314fa40b

View file

@ -146,4 +146,7 @@ with pkgs.lib;
# Force getting the hostname from EC2.
networking.hostName = mkDefault "";
# Always include cryptsetup so that Charon can use it.
environment.systemPackages = [ pkgs.cryptsetup ];
}