mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:36:33 +01:00
Use diffrent methode to use alderlake
This commit is contained in:
parent
9ba8f20983
commit
ff5f252681
1 changed files with 5 additions and 5 deletions
|
@ -7,11 +7,11 @@
|
|||
imports = [ (modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
|
||||
nix.settings.system-features = [
|
||||
"kvm"
|
||||
"big-parallel"
|
||||
"gccarch-alderlake"
|
||||
];
|
||||
nixpkgs.localSystem = {
|
||||
gcc.arch = "alderlake";
|
||||
gcc.tune = "alderlake";
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
|
||||
hardware.nvidia.prime = {
|
||||
offload.enable = false;
|
||||
|
|
Loading…
Reference in a new issue