mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:56:51 +01:00
Remove CPU optimisation
Too long compile time
This commit is contained in:
parent
ef0efe5a3e
commit
0cbb356770
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue