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;
|
port = port;
|
||||||
dbi = cfg.dbi;
|
dbi = cfg.dbi;
|
||||||
|
|
||||||
hydraURL = "https://hydra.bagel.delroth.net";
|
hydraURL = "https://hydra.forkos.org";
|
||||||
useSubstitutes = false;
|
useSubstitutes = false;
|
||||||
|
|
||||||
notificationSender = "bagel@delroth.net";
|
notificationSender = "hydra@forkos.org";
|
||||||
|
|
||||||
# XXX: hydra overlay sets pkgs.hydra, but hydra's nixos module uses
|
# XXX: hydra overlay sets pkgs.hydra, but hydra's nixos module uses
|
||||||
# pkgs.hydra_unstable...
|
# pkgs.hydra_unstable...
|
||||||
|
@ -108,7 +108,7 @@ in {
|
||||||
worker_processes auto;
|
worker_processes auto;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
virtualHosts."hydra.bagel.delroth.net" = {
|
virtualHosts."hydra.forkos.org" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue