From 9adcfa19fa90e5f3af51bd61cb9a63897474444a 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 de3165c..494df08 100644 --- a/systems/jeeves/default.nix +++ b/systems/jeeves/default.nix @@ -24,10 +24,6 @@ in ./runners ./syncthing.nix ]; - nix.settings.system-features = lib.mkAfter [ - "gccarch-x86-64-v2" - "gccarch-x86-64-v3" - ]; services = { openssh.ports = [ 629 ];