azure-common: fix unsupported attribute

This commit is contained in:
codgician 2024-08-09 15:10:07 +08:00
parent 0769bb8aac
commit 85fcdad66c

View file

@ -12,9 +12,10 @@ in
}; };
}; };
imports = [ ../profiles/headless.nix ]; imports = [
../profiles/headless.nix
require = [ ./azure-agent.nix ]; ./azure-agent.nix
];
config = let config = let
mlxDrivers = [ "mlx4_en" "mlx4_core" "mlx5_core" ]; mlxDrivers = [ "mlx4_en" "mlx4_core" "mlx5_core" ];