feat: add hydra repo package

This commit is contained in:
Noa Aarts 2024-10-21 14:41:47 +02:00
parent 425d3fc80d
commit f7010e5367
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 90 additions and 1 deletions

View file

@ -155,10 +155,13 @@
services = {
hydra = {
enable = true;
hydraURL = "http://0.0.0.0:9212";
hydraURL = "https://hydra.itepastra.nl";
port = 9212;
notificationSender = "hydra@localhost";
useSubstitutes = true;
# listenHost = "localhost";
minimumDiskFree = 100;
minimumDiskFreeEvaluator = 100;
};
nix-serve = {
enable = true;