raise priority of cache.orbi.wg0
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 40s

This commit is contained in:
Ingolf Wagner 2024-08-07 08:39:02 +02:00
parent e717d0081e
commit ccec2860ec
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 2 deletions

View file

@ -247,7 +247,7 @@
({ pkgs, lib, clanLib, ... }: ({ pkgs, lib, clanLib, ... }:
{ {
nix.settings.substituters = [ nix.settings.substituters = [
"http://cache.orbi.wg0/" "http://cache.orbi.wg0"
]; ];
nix.settings.trusted-public-keys = [ nix.settings.trusted-public-keys = [
(clanLib.readFact "nix-serve.pub" "orbi") (clanLib.readFact "nix-serve.pub" "orbi")

View file

@ -36,7 +36,7 @@
alias ${pkgs.writeText "cache-info" '' alias ${pkgs.writeText "cache-info" ''
StoreDir: /nix/store StoreDir: /nix/store
WantMassQuery: 1 WantMassQuery: 1
Priority: 42 Priority: 10
''}; ''};
allow ${config.wireguard.wg0.subnet}; allow ${config.wireguard.wg0.subnet};
deny all; deny all;