perso-desktop(hardware-configuration): Try add v3 microarch
This commit is contained in:
parent
ab69479fdb
commit
c14221dc0c
2 changed files with 7 additions and 0 deletions
BIN
hosts/perso-desktop/.hardware-configuration.nix.swp
Normal file
BIN
hosts/perso-desktop/.hardware-configuration.nix.swp
Normal file
Binary file not shown.
|
@ -34,5 +34,12 @@
|
|||
# networking.interfaces.wlp10s0.useDHCP = lib.mkDefault true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
# https://nixos.wiki/wiki/Build_flags
|
||||
# nixpkgs.hostPlatform = {
|
||||
# gcc.arch = "x86-64-v3";
|
||||
# gcc.tune = "x86-64-v3";
|
||||
# system = "x86_64-linux";
|
||||
# };
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue