From 9ce119ea5cd8bba48edb90391c7ba40a6097c31d Mon Sep 17 00:00:00 2001 From: chn Date: Tue, 1 Oct 2024 10:16:48 +0800 Subject: [PATCH] devices.pc: use xanmod-latest --- devices/pc/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 4b79b996..e74b5bbc 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -48,7 +48,7 @@ inputs: { march = "znver4"; cuda = { enable = true; capabilities = [ "8.9" ]; forwardCompat = false; }; }; kernel = { - variant = "cachyos"; + variant = "xanmod-latest"; patches = [ "hibernate-progress" ]; modules.modprobeConfig = [ "options iwlwifi power_save=0" "options iwlmvm power_scheme=1" "options iwlwifi uapsd_disable=1" ]; @@ -188,11 +188,6 @@ inputs: }; system.nixos.tags = [ "nvidia" ]; }; - xanmod.configuration = - { - nixos.system.kernel.variant = inputs.lib.mkForce "xanmod-latest"; - system.nixos.tags = [ "xanmod" ]; - }; }; }; }