diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-09-12 16:52:15 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-09-12 16:52:15 -0700 |
| commit | 87e4f1c873c3f85ef2a7524f21e8d4a17f836632 (patch) | |
| tree | 68e6836b515b9647fb47d337a94da8c188880f32 /hosts/ginaz | |
| parent | 3bcec347744e79db78e4a4126402eb80e4605542 (diff) | |
| download | nix-87e4f1c873c3f85ef2a7524f21e8d4a17f836632.tar nix-87e4f1c873c3f85ef2a7524f21e8d4a17f836632.tar.gz nix-87e4f1c873c3f85ef2a7524f21e8d4a17f836632.tar.bz2 nix-87e4f1c873c3f85ef2a7524f21e8d4a17f836632.tar.lz nix-87e4f1c873c3f85ef2a7524f21e8d4a17f836632.tar.xz nix-87e4f1c873c3f85ef2a7524f21e8d4a17f836632.tar.zst nix-87e4f1c873c3f85ef2a7524f21e8d4a17f836632.zip | |
Bump kernel to latest 7.2 @ginaz
Diffstat (limited to '')
| -rw-r--r-- | hosts/ginaz/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix index 5907386..c691fba 100644 --- a/hosts/ginaz/default.nix +++ b/hosts/ginaz/default.nix @@ -2,7 +2,7 @@ boot = { #blacklistedKernelModules = [ "nouveau" ]; initrd.kernelModules = [ "amdgpu" "zfs" ]; - kernelPackages = pkgs.linuxPackages_6_18; + kernelPackages = pkgs.linuxPackages_7_2; loader = { efi.canTouchEfiVariables = true; systemd-boot = { |
