binary-cache: use c3d2 cache without extra option

This commit is contained in:
Sandro - 2023-04-27 23:35:01 +02:00
parent 9a6868506f
commit bb86518bc5
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

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=" ];
trusted-substituters = [ "https://nix-cache.hq.c3d2.de" ];
};
};
}