hosts/hydra-1: allow hydra to utilize cache
This commit is contained in:
parent
b93e634a04
commit
4027b812a2
@ -30,6 +30,7 @@
|
|||||||
hydraURL = "https://hydra.clerie.de";
|
hydraURL = "https://hydra.clerie.de";
|
||||||
listenHost = "localhost";
|
listenHost = "localhost";
|
||||||
notificationSender = "noreply@hydra.clerie.de";
|
notificationSender = "noreply@hydra.clerie.de";
|
||||||
|
useSubstitutes = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.enable = true;
|
services.nginx.enable = true;
|
||||||
@ -47,5 +48,11 @@
|
|||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
|
||||||
|
clerie.monitoring = {
|
||||||
|
enable = true;
|
||||||
|
id = "210";
|
||||||
|
pubkey = "bA7b+vRlfvbGma74+Tz+FHGcRKPe+oAOfXmuqDR4+Sc=";
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "22.11";
|
system.stateVersion = "22.11";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user