machein setup for x86 64 v3 #76

Merged
Richie merged 3 commits from feature/machein-setup-for-x86-64-v3 into main 2026-09-11 12:25:44 -04:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 82a3bdf562 - Show all commits
+4
View File
@@ -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;
-4
View File
@@ -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 ];