diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-05-13 21:53:40 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-05-13 21:53:40 -0700 |
| commit | 9752c169f4d6334c54c2313a7f28f0f38da4149f (patch) | |
| tree | 01a75e405cd24d22b1faf208326bf8a8bfdfd1b8 /hosts/kaitain | |
| parent | b2fc93fb7873658b276210f5c2f34156c1964488 (diff) | |
| download | nix-9752c169f4d6334c54c2313a7f28f0f38da4149f.tar nix-9752c169f4d6334c54c2313a7f28f0f38da4149f.tar.gz nix-9752c169f4d6334c54c2313a7f28f0f38da4149f.tar.bz2 nix-9752c169f4d6334c54c2313a7f28f0f38da4149f.tar.lz nix-9752c169f4d6334c54c2313a7f28f0f38da4149f.tar.xz nix-9752c169f4d6334c54c2313a7f28f0f38da4149f.tar.zst nix-9752c169f4d6334c54c2313a7f28f0f38da4149f.zip | |
Bump kernel to 7.0 and ZFS master branch versions @*
Diffstat (limited to 'hosts/kaitain')
| -rw-r--r-- | hosts/kaitain/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index bbc35d4..3fba8dc 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_18; + kernelPackages = pkgs.master.linuxPackages_7_0; loader = { efi.canTouchEfiVariables = true; systemd-boot = { @@ -14,7 +14,7 @@ zfs = { devNodes = "/dev/disk/by-label"; forceImportRoot = false; - package = pkgs.zfs_2_4; + package = pkgs.master.zfs_2_4; }; }; |
