This commit is contained in:
mjallen18
2025-05-30 19:53:06 -05:00
parent 248d6f4f20
commit a15815a8cb
6 changed files with 56 additions and 36 deletions

View File

@@ -28,7 +28,7 @@
fsType = "tmpfs";
options = [
"defaults"
"size=256G"
"size=25%"
"mode=755"
];
};

View File

@@ -138,4 +138,16 @@
RandomizedDelaySec = "1h"; # Spread load
};
};
nix.settings.builders-use-substitutes = true;
nix.distributedBuilds = true;
nix.buildMachines = [
{
hostName = "pi5.local";
system = "aarch64-linux";
maxJobs = 4;
sshUser = "matt";
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
}
];
}

View File

@@ -62,7 +62,7 @@ in
"ssh-keys-private/jallen-nas-root" = {
sopsFile = ../../secrets/secrets.yaml;
path = "/root/.ssh/id_ed25519";
mode = "0640";
mode = "0600";
};
# ------------------------------