fix(sunshine.nix): specify latest NVIDIA package
This commit is contained in:
parent
3187fedfb6
commit
7a8a235430
@ -51,6 +51,7 @@ in
|
||||
powerManagement.finegrained = false;
|
||||
open = false;
|
||||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||
};
|
||||
};
|
||||
systemd.services.NetworkManager-wait-online.enable = pkgs.lib.mkForce false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user