lumi-cache: change prio to 50 since default cache is at 40

master
Yorick van Pelt 2024-02-17 10:00:06 +01:00
parent 8757aa5273
commit c4530f2dfb
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ in {
config = lib.mkIf cfg.enable {
age.secrets.nix-netrc.file = ../../secrets/nix-netrc.age;
nix.settings = {
substituters = [ "https://cache.lumi.guide/?priority=1" ];
substituters = [ "https://cache.lumi.guide/?priority=50" ];
netrc-file = config.age.secrets.nix-netrc.path;
trusted-public-keys = [
"cache.lumi.guide-1:z813xH+DDlh+wvloqEiihGvZqLXFmN7zmyF8wR47BHE="