fix: nixpkgs after 16 aug not working, had to use nvidia open

This commit is contained in:
Noa Aarts 2024-09-28 14:32:51 +02:00
parent 3927a4e96b
commit 2d1b4be5e2
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 7 additions and 8 deletions

8
flake.lock generated
View file

@ -883,17 +883,17 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1726410565, "lastModified": 1727525597,
"narHash": "sha256-l/QXpfWIcTBZP11SbFzlqycxtHeCpsAbTsaplsyGFFs=", "narHash": "sha256-7cdO6lWNE54nxGk4l9BrVjPAAuKaRFQw9H03nkxWKk8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d6725bb4e318c25f5d6f909cad7ea3e7688ab238", "rev": "ae432fd808730915310847bfc8bcb279e27c5330",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "master",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d6725bb4e318c25f5d6f909cad7ea3e7688ab238",
"type": "github" "type": "github"
} }
}, },

View file

@ -2,8 +2,8 @@
description = "Nixos config flake"; description = "Nixos config flake";
inputs = { inputs = {
# nixpkgs.url = "github:nixos/nixpkgs/master"; nixpkgs.url = "github:nixos/nixpkgs/master";
nixpkgs.url = "github:nixos/nixpkgs/d6725bb4e318c25f5d6f909cad7ea3e7688ab238"; # nixpkgs.url = "github:nixos/nixpkgs/d6725bb4e318c25f5d6f909cad7ea3e7688ab238";
nix-colors = { nix-colors = {
url = "github:itepastra/nix-colors"; url = "github:itepastra/nix-colors";

View file

@ -35,9 +35,8 @@
modesetting.enable = true; modesetting.enable = true;
powerManagement = { powerManagement = {
enable = true; enable = true;
finegrained = false;
}; };
open = false; open = true;
nvidiaSettings = true; nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.stable; package = config.boot.kernelPackages.nvidiaPackages.stable;
}; };