diff --git a/README.md b/README.md index 0adc90a..ce4d212 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ this repository contains nixos configurations of the digital malobeo infrastruct ### deploying configuration -hosts are deployed automatically from master. The [hydra build server](https://hydra.dynamicdiscord.de/jobset/malobeo/infrastructure) will build new commits and on success, hosts will periodically pull those changes. -Big changes (like updating flake lock) could be commited to the staging branch first. [Hydra builds staging seperate](https://hydra.dynamicdiscord.de/jobset/malobeo/staging), and on success you can merge into master. +hosts are deployed automatically from master. The [hydra build server](https://hydra.malobeo.org/jobset/malobeo/infrastructure) will build new commits and on success, hosts will periodically pull those changes. +Big changes (like updating flake lock) could be commited to the staging branch first. [Hydra builds staging seperate](https://hydra.malobeo.org/jobset/malobeo/staging), and on success you can merge into master. ### deploy fresh host if you want to deploy a completly new host refer to [docs](https://docs.malobeo.org/anleitung/create.html) diff --git a/doc/src/Index.md b/doc/src/Index.md index 0adc90a..ce4d212 100644 --- a/doc/src/Index.md +++ b/doc/src/Index.md @@ -4,8 +4,8 @@ this repository contains nixos configurations of the digital malobeo infrastruct ### deploying configuration -hosts are deployed automatically from master. The [hydra build server](https://hydra.dynamicdiscord.de/jobset/malobeo/infrastructure) will build new commits and on success, hosts will periodically pull those changes. -Big changes (like updating flake lock) could be commited to the staging branch first. [Hydra builds staging seperate](https://hydra.dynamicdiscord.de/jobset/malobeo/staging), and on success you can merge into master. +hosts are deployed automatically from master. The [hydra build server](https://hydra.malobeo.org/jobset/malobeo/infrastructure) will build new commits and on success, hosts will periodically pull those changes. +Big changes (like updating flake lock) could be commited to the staging branch first. [Hydra builds staging seperate](https://hydra.malobeo.org/jobset/malobeo/staging), and on success you can merge into master. ### deploy fresh host if you want to deploy a completly new host refer to [docs](https://docs.malobeo.org/anleitung/create.html) diff --git a/machines/bakunin/configuration.nix b/machines/bakunin/configuration.nix index 26a263b..8e46922 100644 --- a/machines/bakunin/configuration.nix +++ b/machines/bakunin/configuration.nix @@ -17,10 +17,10 @@ in malobeo.autoUpdate = { enable = true; - url = "https://hydra.dynamicdiscord.de"; + url = "https://hydra.malobeo.org"; project = "malobeo"; jobset = "infrastructure"; - cacheurl = "https://cache.dynamicdiscord.de"; + cacheurl = "https://cache.malobeo.org"; }; malobeo.disks = { diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index c398678..fc34a52 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -42,10 +42,10 @@ in malobeo.autoUpdate = { enable = true; - url = "https://hydra.dynamicdiscord.de"; + url = "https://hydra.malobeo.org"; project = "malobeo"; jobset = "infrastructure"; - cacheurl = "https://cache.dynamicdiscord.de"; + cacheurl = "https://cache.malobeo.org"; }; malobeo.backup = { diff --git a/machines/louise/configuration.nix b/machines/louise/configuration.nix index 59472d3..89d3d50 100644 --- a/machines/louise/configuration.nix +++ b/machines/louise/configuration.nix @@ -14,10 +14,10 @@ malobeo.autoUpdate = { enable = true; - url = "https://hydra.dynamicdiscord.de"; + url = "https://hydra.malobeo.org"; project = "malobeo"; jobset = "infrastructure"; - cacheurl = "https://cache.dynamicdiscord.de"; + cacheurl = "https://cache.malobeo.org"; }; boot.loader.systemd-boot.enable = true; diff --git a/machines/modules/autoupdate.nix b/machines/modules/autoupdate.nix index d5bbb7c..2882ba1 100644 --- a/machines/modules/autoupdate.nix +++ b/machines/modules/autoupdate.nix @@ -17,7 +17,7 @@ in default = false; }; - # https://hydra.dynamicdiscord.de/job/malobeo/infrastructure/louise/latest + # https://hydra.malobeo.org/job/malobeo/infrastructure/louise/latest url = mkOption { description = lib.mdDoc '' Url to your hydra instace. like https://hydra.example.de