diff --git a/hosts/perso-desktop/default.nix b/hosts/perso-desktop/default.nix index 9e03d29..0834a1a 100644 --- a/hosts/perso-desktop/default.nix +++ b/hosts/perso-desktop/default.nix @@ -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"; + # }; }