mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
azure-common: take networkmanager users into account for accelerated networking
This commit is contained in:
parent
88c5242599
commit
94683f9e55
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ in
|
|||
matchConfig.Driver = mlxDrivers;
|
||||
linkConfig.Unmanaged = "yes";
|
||||
};
|
||||
networking.networkmanager.unmanaged = lib.mkIf cfg.acceleratedNetworking
|
||||
(builtins.map (drv: "driver:${drv}") mlxDrivers);
|
||||
|
||||
# Generate a GRUB menu.
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue