Use diffrent methode to use alderlake

This commit is contained in:
Johannes Jöns 2023-07-06 11:47:27 +02:00
parent 9ba8f20983
commit ff5f252681

View file

@ -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;