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.
|
networking.hostName = "nixos-desktop-perso"; # Define your hostname.
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/Build_flags
|
# https://nixos.wiki/wiki/Build_flags
|
||||||
nixpkgs.hostPlatform = {
|
# nixpkgs.hostPlatform = {
|
||||||
gcc.arch = "x86-64-v3";
|
# gcc.arch = "x86-64-v3";
|
||||||
gcc.tune = "x86-64-v3";
|
# gcc.tune = "x86-64-v3";
|
||||||
system = "x86_64-linux";
|
# system = "x86_64-linux";
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue