modules/nixos/hydra: disable services
This commit is contained in:
parent
541183e208
commit
94fae1b7ed
1 changed files with 7 additions and 0 deletions
|
@ -24,6 +24,13 @@
|
|||
serviceConfig.ExecStart = "${pkgs.findutils}/bin/find /var/lib/hydra/build-logs -type f -mtime +30 -delete";
|
||||
};
|
||||
|
||||
# not currently needed
|
||||
systemd.services = {
|
||||
hydra-check-space.enable = false;
|
||||
hydra-notify.enable = false;
|
||||
hydra-send-stats.enable = false;
|
||||
};
|
||||
|
||||
services.hydra = {
|
||||
enable = true;
|
||||
# remote builders set in /etc/nix/machines + localhost
|
||||
|
|
Loading…
Add table
Reference in a new issue