gcc: tune arch

This commit is contained in:
Rouven Seifert 2024-01-04 00:17:40 +01:00
parent 60ed410a43
commit ee31ef9c4c
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 7 additions and 5 deletions

View file

@ -17,6 +17,7 @@
./modules/nginx
];
nix.settings.system-features = [ "gccarch-tigerlake" ];
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;