From 9209e09b46310839dd9263b91be3ae5a4668ad48 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sat, 14 Jun 2025 01:22:51 +0800 Subject: [PATCH] machine(Tytonidae): Add x86_64_v3 system feature for Tytonidae --- nixos/configurations/Tytonidae/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/configurations/Tytonidae/default.nix b/nixos/configurations/Tytonidae/default.nix index 82a74ec..b728f54 100644 --- a/nixos/configurations/Tytonidae/default.nix +++ b/nixos/configurations/Tytonidae/default.nix @@ -114,6 +114,7 @@ nvidiaBusId = "PCI:1:0:0"; }; }; + nix = {settings = {system-features = ["gccarch-x86-64-v3"];};}; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions