From 274ba7900fc004918db4f14ceffe6d4afd402259 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Thu, 19 Mar 2026 16:25:33 +0100 Subject: [PATCH] update kernel to 6_19 --- hosts/acer.nix | 2 +- hosts/gaming-pc.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = {