aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/richese
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-03-02 08:47:37 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-03-02 08:47:37 -0800
commit863571e15d4545d015dfa8d4a0ab3886a4fc5c45 (patch)
treed49620fbbae6003a01c669b72427933c0de6f125 /hosts/richese
parent2a2fa1d6626b7d86eec94949b168c9992f992174 (diff)
downloadnix-863571e15d4545d015dfa8d4a0ab3886a4fc5c45.tar
nix-863571e15d4545d015dfa8d4a0ab3886a4fc5c45.tar.gz
nix-863571e15d4545d015dfa8d4a0ab3886a4fc5c45.tar.bz2
nix-863571e15d4545d015dfa8d4a0ab3886a4fc5c45.tar.lz
nix-863571e15d4545d015dfa8d4a0ab3886a4fc5c45.tar.xz
nix-863571e15d4545d015dfa8d4a0ab3886a4fc5c45.tar.zst
nix-863571e15d4545d015dfa8d4a0ab3886a4fc5c45.zip
Bump kernel to 6.19 nixos-unstable branch
Diffstat (limited to 'hosts/richese')
-rw-r--r--hosts/richese/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix
index 5c74297..4ce5c65 100644
--- a/hosts/richese/default.nix
+++ b/hosts/richese/default.nix
@@ -1,7 +1,7 @@
{ config, inputs, lib, outputs, pkgs, ... }: {
boot = {
initrd.kernelModules = [ "zfs" ];
- kernelPackages = pkgs.master.linuxPackages_6_19;
+ kernelPackages = pkgs.linuxPackages_6_19;
loader.grub = {
enable = true;
memtest86.enable = true;