Set GCC Arch to AlderLake

This commit is contained in:
Johannes Jöns 2023-07-06 11:41:16 +02:00
parent 5d43511876
commit fce5d35277

View file

@ -7,6 +7,12 @@
imports = [ (modulesPath + "/installer/scan/not-detected.nix")
];
nix.settings.system-features = [
"kvm"
"big-parallel"
"gccarch-alderlake"
];
hardware.nvidia.prime = {
offload.enable = false;
sync.enable = false;