This commit is contained in:
mjallen18
2025-06-13 17:56:50 -05:00
parent d8a63c58a5
commit c364977673
3 changed files with 29 additions and 28 deletions

View File

@@ -6,12 +6,12 @@ in
nix = {
settings = {
substituters = [
# "https://cache.mjallen.dev"
"https://cache.mjallen.dev/nas-cache"
"https://nix-community.cachix.org"
"https://cache.nixos.org/"
];
trusted-public-keys = [
# "cache.mjallen.dev-1:IzFmKCd8/gggI6lcCXsW65qQwiCLGFFN9t9s2iw7Lvc="
"nas-cache:5ibTWOXJYlKBaoNtdDEPmvdLPtfnbwf9jvdnfwi5dUs="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
warn-dirty = lib.mkForce false;
@@ -21,8 +21,8 @@ in
];
trusted-users = [ user ];
};
settings.builders-use-substitutes = true;
distributedBuilds = true;
# settings.builders-use-substitutes = true;
# distributedBuilds = true;
buildMachines = [
{
hostName = "jallen-nas.local";