feat: add hydra repo package
This commit is contained in:
parent
425d3fc80d
commit
f7010e5367
3 changed files with 90 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue