forked from the-distro/infra
hydra: move to hydra.forkos.org
This commit is contained in:
parent
5f8228536c
commit
caa1fce74e
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue