feat(hosts/orion): use cachix substituters
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 38s

This commit is contained in:
Price Hiller 2024-10-28 16:13:34 -05:00
parent d839ea4993
commit 06f2309e9f
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 15 additions and 1 deletions

View File

@ -13,6 +13,13 @@
auto-optimise-store = true;
use-xdg-base-directories = true;
trusted-users = [ "@wheel" ];
substituters = [
"https://nix-community.cachix.org"
"https://cache.nixos.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
gc = {
automatic = true;
@ -20,4 +27,4 @@
options = "--delete-older-than 7d";
};
};
}
}

View File

@ -10,6 +10,13 @@
"nix-command"
"flakes"
];
substituters = [
"https://nix-community.cachix.org"
"https://cache.nixos.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
auto-optimise-store = true;
use-xdg-base-directories = true;
trusted-users = [ "@wheel" ];