re-enable hydra

This commit is contained in:
2025-03-26 02:43:56 -04:00
parent de8ec7cfe6
commit 3e7cd3b59d
8 changed files with 109 additions and 83 deletions

View File

@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
inputs,
...
}:
let
@ -43,6 +42,7 @@ in
services = {
hydra = {
enable = true;
package = inputs.hydra.packages.hydra;
hydraURL = "https://hydra.alicehuston.xyz";
smtpHost = "alicehuston.xyz";
notificationSender = "hydra@alicehuston.xyz";