diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-04-06 09:32:48 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-04-06 09:32:48 -0700 |
| commit | 001b45f299b4e8c8108c71383628ec9f36d09714 (patch) | |
| tree | a5a8fc64107fd34cf126327b90ee485c7fd82675 | |
| parent | 377fec313f5109143a083f7a017376a89d359855 (diff) | |
| download | nix-001b45f299b4e8c8108c71383628ec9f36d09714.tar nix-001b45f299b4e8c8108c71383628ec9f36d09714.tar.gz nix-001b45f299b4e8c8108c71383628ec9f36d09714.tar.bz2 nix-001b45f299b4e8c8108c71383628ec9f36d09714.tar.lz nix-001b45f299b4e8c8108c71383628ec9f36d09714.tar.xz nix-001b45f299b4e8c8108c71383628ec9f36d09714.tar.zst nix-001b45f299b4e8c8108c71383628ec9f36d09714.zip | |
Revert "Bump kernel to 6.19 @kaitain"
This reverts commit 377fec313f5109143a083f7a017376a89d359855.
| -rw-r--r-- | hosts/kaitain/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index e97361b..5d58a94 100644 --- a/hosts/kaitain/default.nix +++ b/hosts/kaitain/default.nix @@ -1,7 +1,7 @@ { config, inputs, lib, outputs, pkgs, ... }: { boot = { initrd.kernelModules = [ "zfs" ]; - kernelPackages = pkgs.linuxPackages_6_19; + kernelPackages = pkgs.linuxPackages_6_18; loader = { efi.canTouchEfiVariables = true; systemd-boot = { |
