From 66b0c92964cfd49c76a05c4e81b4c98885040267 Mon Sep 17 00:00:00 2001 From: Alexander Szczepanski Date: Tue, 19 Nov 2024 17:12:20 +0100 Subject: [PATCH] desktop-2024-11-19-17-12-20 --- machine/desktop/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machine/desktop/configuration.nix b/machine/desktop/configuration.nix index 4aba381..f630cce 100755 --- a/machine/desktop/configuration.nix +++ b/machine/desktop/configuration.nix @@ -88,10 +88,10 @@ in { tmp.useTmpfs = false; supportedFilesystems = ["btrfs"]; - kernelPackages = pkgs.linuxPackages_cachyos-rc; + kernelPackages = pkgs.linuxPackages_cachyos; kernelParams = ["clearcpuid=514"]; kernelModules = ["nct6775"]; - extraModulePackages = with pkgs.linuxPackages_cachyos-rc; [ryzen-smu]; + extraModulePackages = with pkgs.linuxPackages_cachyos; [ryzen-smu]; initrd = { luks.devices = { root = {