Move to unstable
This commit is contained in:
parent
d507024cdb
commit
30d79c36e4
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ lib, config, pkgs, master, ... }: {
|
{ lib, config, pkgs, unstable, ... }: {
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Asia/Tokyo";
|
time.timeZone = "Asia/Tokyo";
|
||||||
|
@ -31,8 +31,8 @@
|
||||||
opengl.driSupport32Bit = true;
|
opengl.driSupport32Bit = true;
|
||||||
opengl.driSupport = true;
|
opengl.driSupport = true;
|
||||||
# opengl.extraPackages = with pkgs; [ nvidia-vaapi-driver ];
|
# opengl.extraPackages = with pkgs; [ nvidia-vaapi-driver ];
|
||||||
|
# https://nixpk.gs/pr-tracker.html?pr=244060
|
||||||
nvidia = with master.pkgs {
|
nvidia = with unstable.pkgs {
|
||||||
open = false;
|
open = false;
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||||
# powerManagement.finegrained = true;
|
# powerManagement.finegrained = true;
|
||||||
|
|
Loading…
Reference in a new issue