mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
* Include cryptsetup in EC2 AMIs.
svn path=/nixos/trunk/; revision=34096
This commit is contained in:
parent
29b05fb62a
commit
3b314fa40b
1 changed files with 3 additions and 0 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue