mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
azure-common: fix unsupported attribute
This commit is contained in:
parent
0769bb8aac
commit
85fcdad66c
1 changed files with 4 additions and 3 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue