* Include cryptsetup in EC2 AMIs.
svn path=/nixos/trunk/; revision=34096
This commit is contained in:
@@ -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 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user