configuring builders for x86-64-v3

This commit is contained in:
2026-09-02 07:28:20 -04:00
parent 2882960a8e
commit 2d9dcc8a7e
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ inputs, ... }:
{ inputs, lib, ... }:
let
vars = import ./vars.nix;
in
@@ -26,6 +26,8 @@ in
./syncthing.nix
];
nix.settings.system-features = lib.mkAfter [ "gccarch-x86-64-v3" ];
services = {
openssh.ports = [ 629 ];
+1
View File
@@ -83,6 +83,7 @@ in
useHostResolvConf = false;
};
nix.settings = {
system-features = lib.mkAfter [ "gccarch-x86-64-v3" ];
trusted-substituters = [
"https://cache.nixos.org"
"https://cache.tmmworkshop.com"