From 387f21cfb75467c1813856382327d074a8c48db6 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Tue, 24 Jun 2025 21:42:12 +0800 Subject: [PATCH] machine(Tytonidae): Enable system feature `gccarch-alderlake` --- nixos/configurations/Tytonidae/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configurations/Tytonidae/default.nix b/nixos/configurations/Tytonidae/default.nix index d0e5a4c..8de89aa 100644 --- a/nixos/configurations/Tytonidae/default.nix +++ b/nixos/configurations/Tytonidae/default.nix @@ -113,7 +113,7 @@ nvidiaBusId = "PCI:1:0:0"; }; }; - nix = {settings = {system-features = ["gccarch-x86-64-v3"];};}; + nix = {settings = {system-features = ["gccarch-alderlake"];};}; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions