1
0
Fork 0

hosts/hydra-1: Propagate own nix-cache when diplaying nix-env commands

This commit is contained in:
clerie 2022-12-07 20:19:58 +01:00
parent 91e6a42ea3
commit a6b7467aa9
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@
listenHost = "localhost";
notificationSender = "noreply@hydra.clerie.de";
useSubstitutes = true;
extraConfig = ''
binary_cache_public_uri = https://nix-cache.clerie.de
'';
};
services.nix-serve = {