summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-05-26 22:55:43 -0400
committerFreya Murphy <freya@freyacat.org>2026-05-27 07:48:44 -0400
commit8baed291f897d0620faffae39625909efd191ed0 (patch)
tree63d4cfbad85c4f9743e8bd1cb866f6b9a9fc126e /hosts
parentpackage and use CachyOS-Settings (diff)
downloaddotfiles-nix-8baed291f897d0620faffae39625909efd191ed0.tar.gz
dotfiles-nix-8baed291f897d0620faffae39625909efd191ed0.tar.bz2
dotfiles-nix-8baed291f897d0620faffae39625909efd191ed0.zip
use CachyOS kernel
Diffstat (limited to 'hosts')
-rw-r--r--hosts/shinji/hardware.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/shinji/hardware.nix b/hosts/shinji/hardware.nix
index 1edae37..55f6d0f 100644
--- a/hosts/shinji/hardware.nix
+++ b/hosts/shinji/hardware.nix
@@ -1,5 +1,7 @@
{
config,
+ lib,
+ pkgs,
inputs,
...
}: {
@@ -25,6 +27,7 @@
boot.kernelParams = [];
boot.extraModulePackages = [];
boot.supportedFilesystems = ["ntfs"];
+ boot.kernelPackages = lib.mkForce pkgs.cachyosKernels.linuxPackages-cachyos-latest-lto-x86_64-v4;
# supress annoying acpi error msgs
boot.consoleLogLevel = 2;