diff --git a/hosts/acer.nix b/hosts/acer.nix index 18d549c..654611f 100644 --- a/hosts/acer.nix +++ b/hosts/acer.nix @@ -23,7 +23,7 @@ rec { # Kernel # boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; - boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_18; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_19; boot.zfs.package = pkgs.zfs_unstable; # Swap diff --git a/hosts/gaming-pc.nix b/hosts/gaming-pc.nix index 542ab74..1ca30e6 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 = pkgs.linuxKernel.packages.linux_6_18; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_19; # Swap zramSwap = {