Update OS

This commit is contained in:
Florian RICHER 2024-03-09 19:50:52 +01:00
parent ebcf4c98b7
commit ac239f9295
2 changed files with 8 additions and 8 deletions

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