* Include cryptsetup in EC2 AMIs.
svn path=/nixos/trunk/; revision=34096
This commit is contained in:
parent
29b05fb62a
commit
3b314fa40b
@ -146,4 +146,7 @@ with pkgs.lib;
|
|||||||
|
|
||||||
# Force getting the hostname from EC2.
|
# Force getting the hostname from EC2.
|
||||||
networking.hostName = mkDefault "";
|
networking.hostName = mkDefault "";
|
||||||
|
|
||||||
|
# Always include cryptsetup so that Charon can use it.
|
||||||
|
environment.systemPackages = [ pkgs.cryptsetup ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user