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/uranus | |
| 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/uranus')
| -rw-r--r-- | hosts/uranus/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/uranus/default.nix b/hosts/uranus/default.nix index d1c591e..52db18f 100644 --- a/hosts/uranus/default.nix +++ b/hosts/uranus/default.nix @@ -4,7 +4,7 @@ #kernel.sysctl = { # "net.ipv4.ip_forward" = true; #}; - kernelPackages = pkgs.linuxPackages_6_18; + kernelPackages = pkgs.master.linuxPackages_7_0; loader = { efi.canTouchEfiVariables = true; systemd-boot = { @@ -17,7 +17,7 @@ zfs = { devNodes = "/dev/disk/by-label"; forceImportRoot = false; - package = pkgs.zfs_2_4; + package = pkgs.master.zfs_2_4; }; }; |
