From 39526502c7e434b19061b16406efac41cac2acfa Mon Sep 17 00:00:00 2001 From: rope Date: Sun, 5 Jul 2026 17:01:24 +0100 Subject: [PATCH] gaming: use pinned cachyos kernel overlay for cache hits Co-Authored-By: Claude Fable 5 --- hosts/hardware/FredOS-Gaming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hardware/FredOS-Gaming.nix b/hosts/hardware/FredOS-Gaming.nix index d93ff4b..71fd8a1 100644 --- a/hosts/hardware/FredOS-Gaming.nix +++ b/hosts/hardware/FredOS-Gaming.nix @@ -5,7 +5,7 @@ (modulesPath + "/installer/scan/not-detected.nix") ]; - nixpkgs.overlays = [ inputs.nix-cachyos-kernel.overlays.default ]; + nixpkgs.overlays = [ inputs.nix-cachyos-kernel.overlays.pinned ]; boot.kernelPackages = lib.mkForce pkgs.cachyosKernels.linuxPackages-cachyos-bore; nix.settings = {