binary-cache: use hydra domain directly

This commit is contained in:
Sandro - 2024-05-21 20:07:56 +02:00
parent 319dffc67b
commit 5c33e6be01
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -10,8 +10,8 @@ in
config = lib.mkIf cfg {
nix.settings = {
substituters = [ "https://nix-cache.hq.c3d2.de" ];
trusted-public-keys = [ "nix-cache.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps=" ];
substituters = [ "https://hydra.hq.c3d2.de" ];
trusted-public-keys = [ "hydra.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps=" ];
};
};
}