aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/kaitain/default.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-05-06 09:05:36 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-05-06 09:05:36 -0700
commitc234c6c30737b452dc91ee1015cd3033d1bc179b (patch)
tree2eb1fd8fb54f5f2a057b1c6c9d6eb067a919bb2f /hosts/kaitain/default.nix
parent5f6aa4ec70d8fbb80e3f188a442757d06277349d (diff)
downloadnix-c234c6c30737b452dc91ee1015cd3033d1bc179b.tar
nix-c234c6c30737b452dc91ee1015cd3033d1bc179b.tar.gz
nix-c234c6c30737b452dc91ee1015cd3033d1bc179b.tar.bz2
nix-c234c6c30737b452dc91ee1015cd3033d1bc179b.tar.lz
nix-c234c6c30737b452dc91ee1015cd3033d1bc179b.tar.xz
nix-c234c6c30737b452dc91ee1015cd3033d1bc179b.tar.zst
nix-c234c6c30737b452dc91ee1015cd3033d1bc179b.zip
Bump kerenl to master branch version of 6.14 @{kaitain,richese}
Diffstat (limited to 'hosts/kaitain/default.nix')
-rw-r--r--hosts/kaitain/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix
index 706bb57..341a790 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_12;
+ kernelPackages = pkgs.master.linuxPackages_6_14;
loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;