binary-cache: rename to nix-cache.hq.c3d2.de

This commit is contained in:
Sandro - 2023-04-03 20:36:09 +02:00
parent 6b70de7a97
commit 2ee010d62e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

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