hydra: move to hydra.forkos.org

This commit is contained in:
Pierre Bourdon 2024-07-07 23:53:21 +02:00
parent 5f8228536c
commit caa1fce74e
Signed by untrusted user: delroth
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -42,10 +42,10 @@ in {
port = port;
dbi = cfg.dbi;
hydraURL = "https://hydra.bagel.delroth.net";
hydraURL = "https://hydra.forkos.org";
useSubstitutes = false;
notificationSender = "bagel@delroth.net";
notificationSender = "hydra@forkos.org";
# XXX: hydra overlay sets pkgs.hydra, but hydra's nixos module uses
# pkgs.hydra_unstable...
@ -108,7 +108,7 @@ in {
worker_processes auto;
'';
virtualHosts."hydra.bagel.delroth.net" = {
virtualHosts."hydra.forkos.org" = {
forceSSL = true;
enableACME = true;