mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
azure-image: common: add sg3_utils
This commit is contained in:
parent
d6a8bdcdc6
commit
8ed3ab50ea
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ with lib;
|
|||
networking.hostName = mkDefault "";
|
||||
|
||||
# Always include cryptsetup so that NixOps can use it.
|
||||
environment.systemPackages = [ pkgs.cryptsetup ];
|
||||
# sg_scan is needed to finalize disk removal on older kernels
|
||||
environment.systemPackages = [ pkgs.cryptsetup pkgs.sg3_utils ];
|
||||
|
||||
networking.usePredictableInterfaceNames = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue