diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 6bce7d10..0a24488f 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -55,7 +55,7 @@ inputs: }; nixpkgs = { march = "znver4"; cuda = { enable = true; capabilities = [ "8.9" ]; forwardCompat = false; }; }; - kernel = { variant = "cachyos"; patches = [ "cjktty" "hibernate-progress" ]; }; + kernel.patches = [ "cjktty" "hibernate-progress" ]; networking.hostname = "pc"; sysctl.laptop-mode = 5; gui.enable = true;