perso-desktop(default): Comment v3 microarch

This commit is contained in:
Florian RICHER 2024-03-09 19:54:21 +01:00
parent ac239f9295
commit 479e06eefc

View file

@ -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";
# };
}