1
0
Fork 0

hosts/hydra-1: allow hydra to utilize cache

This commit is contained in:
clerie 2022-10-14 14:53:39 +02:00
parent b93e634a04
commit 4027b812a2
1 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,7 @@
hydraURL = "https://hydra.clerie.de";
listenHost = "localhost";
notificationSender = "noreply@hydra.clerie.de";
useSubstitutes = true;
};
services.nginx.enable = true;
@ -47,5 +48,11 @@
networking.firewall.allowedTCPPorts = [ 80 443 ];
clerie.monitoring = {
enable = true;
id = "210";
pubkey = "bA7b+vRlfvbGma74+Tz+FHGcRKPe+oAOfXmuqDR4+Sc=";
};
system.stateVersion = "22.11";
}