aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/kaitain/default.nix2
-rw-r--r--hosts/richese/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix
index 9a222be..ed1e758 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_12;
loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix
index 2a97fc4..c144edc 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.linuxPackages_6_12;
+ kernelPackages = pkgs.master.linuxPackages_6_12;
loader.grub.enable = true;
supportedFilesystems = [ "zfs" ];
zfs = {