From e92cd314e0a22edc82713ab975d076d6a6339ac7 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Fri, 11 Sep 2026 10:45:44 -0400 Subject: [PATCH] adding gccarch-x86-64-v2 and gccarch-x86-64-v3 suport to all boxes This will be moved to athe ve file later --- common/global/nix.nix | 4 ++++ systems/jeeves/default.nix | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/global/nix.nix b/common/global/nix.nix index 34ec89c..342a132 100644 --- a/common/global/nix.nix +++ b/common/global/nix.nix @@ -31,6 +31,10 @@ in "flakes" "ca-derivations" ]; + system-features = lib.mkAfter [ + "gccarch-x86-64-v2" + "gccarch-x86-64-v3" + ]; warn-dirty = false; flake-registry = ""; # disable global flake registries connect-timeout = 10; diff --git a/systems/jeeves/default.nix b/systems/jeeves/default.nix index b41e42f..3a1987c 100644 --- a/systems/jeeves/default.nix +++ b/systems/jeeves/default.nix @@ -25,10 +25,6 @@ in ./runners ./syncthing.nix ]; - nix.settings.system-features = lib.mkAfter [ - "gccarch-x86-64-v2" - "gccarch-x86-64-v3" - ]; services = { openssh.ports = [ 629 ];