mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 11:06:54 +01:00
Set GCC Arch to AlderLake
This commit is contained in:
parent
5d43511876
commit
fce5d35277
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@
|
||||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix")
|
imports = [ (modulesPath + "/installer/scan/not-detected.nix")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.settings.system-features = [
|
||||||
|
"kvm"
|
||||||
|
"big-parallel"
|
||||||
|
"gccarch-alderlake"
|
||||||
|
];
|
||||||
|
|
||||||
hardware.nvidia.prime = {
|
hardware.nvidia.prime = {
|
||||||
offload.enable = false;
|
offload.enable = false;
|
||||||
sync.enable = false;
|
sync.enable = false;
|
||||||
|
|
Loading…
Reference in a new issue