Update OS
This commit is contained in:
parent
ebcf4c98b7
commit
ac239f9295
2 changed files with 8 additions and 8 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…
Add table
Add a link
Reference in a new issue