fix: disable hydra
This commit is contained in:
parent
dc292fea5d
commit
eacc2f5963
2 changed files with 10 additions and 15 deletions
|
|
@ -158,16 +158,16 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
hydra = {
|
||||
enable = true;
|
||||
hydraURL = "https://hydra.itepastra.nl";
|
||||
port = 9212;
|
||||
notificationSender = "hydra@localhost";
|
||||
useSubstitutes = true;
|
||||
# listenHost = "localhost";
|
||||
minimumDiskFree = 100;
|
||||
minimumDiskFreeEvaluator = 100;
|
||||
};
|
||||
# hydra = {
|
||||
# enable = true;
|
||||
# hydraURL = "https://hydra.itepastra.nl";
|
||||
# port = 9212;
|
||||
# notificationSender = "hydra@localhost";
|
||||
# useSubstitutes = true;
|
||||
# # listenHost = "localhost";
|
||||
# minimumDiskFree = 100;
|
||||
# minimumDiskFreeEvaluator = 100;
|
||||
# };
|
||||
nix-serve = {
|
||||
enable = true;
|
||||
package = pkgs.nix-serve-ng;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue