hosts/hydra-1: Propagate own nix-cache when diplaying nix-env commands
This commit is contained in:
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user