cachix breaks nvidia + flake update

This commit is contained in:
2025-05-31 12:53:11 -06:00
parent 2f016c6925
commit af33349c10
3 changed files with 49 additions and 51 deletions

View File

@@ -10,7 +10,6 @@
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
inputs.ucodenix.nixosModules.default
inputs.chaotic.nixosModules.default
];
services = {
udev.extraRules = lib.mkIf config.my.apps.gaming.enable ''
@@ -49,7 +48,7 @@
"preempt=full"
"microcode.amd_sha_check=off"
];
kernelPackages = pkgs.linuxPackages_cachyos;
kernelPackages = pkgs.linuxPackages_zen;
kernel.sysctl = {
"vm.swappiness" = 80;
"net.ipv4.tcp_mtu_probing" = 1;