fix(sunshine.nix): specify latest NVIDIA package

This commit is contained in:
Giulio De Pasquale 2025-02-01 10:24:08 +00:00
parent 3187fedfb6
commit 7a8a235430

View File

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