From b38e5db90b15ede3855299daac06c3a8888fa5e1 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Tue, 19 May 2026 03:08:21 +0200 Subject: [PATCH] switch linux to current and zfs 2.4 --- hosts/acer.nix | 4 ++-- hosts/gaming-pc.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/acer.nix b/hosts/acer.nix index 4a2b3a2..9a2d992 100644 --- a/hosts/acer.nix +++ b/hosts/acer.nix @@ -23,8 +23,8 @@ rec { # Kernel # boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; - boot.kernelPackages = nixpkgs-linuxeol.legacyPackages."x86_64-linux".linuxKernel.packages.linux_6_19; - boot.zfs.package = pkgs.zfs_unstable; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_7_0; + boot.zfs.package = pkgs.zfs_2_4; # Swap swapDevices = [ diff --git a/hosts/gaming-pc.nix b/hosts/gaming-pc.nix index c8e57af..5802e50 100644 --- a/hosts/gaming-pc.nix +++ b/hosts/gaming-pc.nix @@ -53,7 +53,7 @@ # Kernel # boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; - boot.kernelPackages = nixpkgs-linuxeol.legacyPackages."x86_64-linux".linuxKernel.packages.linux_6_19; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_7_0; # Swap zramSwap = {