back on stable baybeee

This commit is contained in:
alisceon 2026-02-03 14:58:49 +01:00
parent 382669c472
commit 33008253ca
2 changed files with 13 additions and 14 deletions

24
flake.lock generated
View file

@ -257,11 +257,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1769789167,
"narHash": "sha256-kKB3bqYJU5nzYeIROI82Ef9VtTbu4uA3YydSk/Bioa8=",
"lastModified": 1770019141,
"narHash": "sha256-VKS4ZLNx4PNrABoB0L8KUpc1fE7CLpQXQs985tGfaCU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "62c8382960464ceb98ea593cb8321a2cf8f9e3e5",
"rev": "cb369ef2efd432b3cdf8622b0ffc0a97a02f3137",
"type": "github"
},
"original": {
@ -273,11 +273,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1769900590,
"narHash": "sha256-I7Lmgj3owOTBGuauy9FL6qdpeK2umDoe07lM4V+PnyA=",
"lastModified": 1770056022,
"narHash": "sha256-yvCz+Qmci1bVucXEyac3TdoSPMtjqVJmVy5wro6j/70=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "41e216c0ca66c83b12ab7a98cc326b5db01db646",
"rev": "d04d8548aed39902419f14a8537006426dc1e4fa",
"type": "github"
},
"original": {
@ -295,11 +295,11 @@
]
},
"locked": {
"lastModified": 1770041846,
"narHash": "sha256-WRxXOWFh78WdAsdTcGtgYILwfgByGrtukpf+tW8FSC4=",
"lastModified": 1770125189,
"narHash": "sha256-boDXS39FRXDhrQZoK9CvsogApXnLM8UR1qvevawKN/g=",
"owner": "nix-community",
"repo": "NUR",
"rev": "06ebd8632ccb8de973d58c6240414ac16a237543",
"rev": "6a5c8df1342ff2ba9f9c1a9a3ebd99393faafb54",
"type": "github"
},
"original": {
@ -316,11 +316,11 @@
]
},
"locked": {
"lastModified": 1770041846,
"narHash": "sha256-WRxXOWFh78WdAsdTcGtgYILwfgByGrtukpf+tW8FSC4=",
"lastModified": 1770125189,
"narHash": "sha256-boDXS39FRXDhrQZoK9CvsogApXnLM8UR1qvevawKN/g=",
"owner": "nix-community",
"repo": "NUR",
"rev": "06ebd8632ccb8de973d58c6240414ac16a237543",
"rev": "6a5c8df1342ff2ba9f9c1a9a3ebd99393faafb54",
"type": "github"
},
"original": {

View file

@ -15,7 +15,6 @@
time.hardwareClockInLocalTime = true;
boot = {
initrd.enable = true;
kernelPackages = pkgs-unstable.linuxPackages_latest;
loader = {
efi.canTouchEfiVariables = true;
systemd-boot = {
@ -45,7 +44,7 @@
powerManagement.finegrained = false;
open = true;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.beta;
package = config.boot.kernelPackages.nvidiaPackages.stable;
}; # end nvidia
}; # end hardware
services = {