diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 15a61c55..456f32d1 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -48,7 +48,8 @@ inputs: { march = "znver4"; cuda = { enable = true; capabilities = [ "8.9" ]; forwardCompat = false; }; }; kernel = { - variant = "cachyos"; + # TODO: switch to cachyos-lts + variant = "xanmod-latest"; patches = [ "hibernate-progress" ]; modules.modprobeConfig = [ "options iwlwifi power_save=0" "options iwlmvm power_scheme=1" "options iwlwifi uapsd_disable=1" ]; @@ -175,13 +176,5 @@ inputs: (dir: { directory = "repo/${dir}"; user = "chn"; group = "chn"; mode = "0755"; }) [ "BPD-paper" "kurumi-asmr" "BPD-paper-old" "SiC-20240705" ]; }; - specialisation = - { - xanmod.configuration = - { - nixos.system.kernel.variant = inputs.lib.mkForce "xanmod-latest"; - system.nixos.tags = [ "xanmod" ]; - }; - }; }; }