hosts/hydra-1: Propagate own nix-cache when diplaying nix-env commands
This commit is contained in:
parent
91e6a42ea3
commit
a6b7467aa9
@ -44,6 +44,9 @@
|
|||||||
listenHost = "localhost";
|
listenHost = "localhost";
|
||||||
notificationSender = "noreply@hydra.clerie.de";
|
notificationSender = "noreply@hydra.clerie.de";
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
|
extraConfig = ''
|
||||||
|
binary_cache_public_uri = https://nix-cache.clerie.de
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nix-serve = {
|
services.nix-serve = {
|
||||||
|
Loading…
Reference in New Issue
Block a user