azure-image: common: add sg3_utils

This commit is contained in:
Evgeny Egorochkin 2015-05-20 13:22:20 +03:00
parent d6a8bdcdc6
commit 8ed3ab50ea

View file

@ -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;