perso-desktop(default): Comment v3 microarch
This commit is contained in:
parent
ac239f9295
commit
479e06eefc
1 changed files with 5 additions and 5 deletions
|
@ -28,9 +28,9 @@
|
|||
networking.hostName = "nixos-desktop-perso"; # Define your hostname.
|
||||
|
||||
# https://nixos.wiki/wiki/Build_flags
|
||||
nixpkgs.hostPlatform = {
|
||||
gcc.arch = "x86-64-v3";
|
||||
gcc.tune = "x86-64-v3";
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
# nixpkgs.hostPlatform = {
|
||||
# gcc.arch = "x86-64-v3";
|
||||
# gcc.tune = "x86-64-v3";
|
||||
# system = "x86_64-linux";
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue