Remove CPU optimisation

Too long compile time
This commit is contained in:
Johannes Jöns 2023-07-10 09:59:40 +02:00
parent ef0efe5a3e
commit 0cbb356770

View file

@ -7,12 +7,6 @@
imports = [ (modulesPath + "/installer/scan/not-detected.nix")
];
nixpkgs.hostPlatform = {
gcc.arch = "alderlake";
gcc.tune = "alderlake";
system = "x86_64-linux";
};
hardware.nvidia.prime = {
offload.enable = false;
sync.enable = false;