feat: use cachyos kernel on acer host

This commit is contained in:
2026-06-19 22:10:06 +02:00
parent e02099e022
commit a6af72b1ae
4 changed files with 132 additions and 9 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
{ lib, pkgs, nixpkgs-linuxeol, ... }:
{ config, lib, pkgs, nixpkgs-linuxeol, ... }:
rec {
# Identity
@@ -23,8 +23,8 @@ rec {
# Kernel
# boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_7_0;
boot.zfs.package = pkgs.zfs_2_4;
boot.kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-latest;
boot.zfs.package = config.boot.kernelPackages.zfs_cachyos;
# Swap
swapDevices = [