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

@ -13,13 +13,12 @@
./firewall.nix
./haproxy
./hardware-changes.nix
# ./hydra.nix
./hydra.nix
./minio.nix
./networking.nix
./nextcloud.nix
./postgresql.nix
./samba.nix
./typhon.nix
./zfs.nix
];

View File

@ -3,6 +3,5 @@
users = [ "alice" ];
modules = [
# inputs.attic.nixosModules.atticd
inputs.typhon.nixosModules.default
];
}

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";

View File

@ -17,5 +17,4 @@ rec {
primary_nextcloud = "${zfs_primary}/nextcloud";
primary_redis = "${zfs_primary}/redis";
primary_torr = "${zfs_primary}/torr";
primary_typhon = "${zfs_primary}/typhon";
}