[hydra] point autoUpdate to new hydra instance
This commit is contained in:
@@ -4,8 +4,8 @@ this repository contains nixos configurations of the digital malobeo infrastruct
|
|||||||
|
|
||||||
### deploying configuration
|
### 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.
|
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.dynamicdiscord.de/jobset/malobeo/staging), and on success you can merge into master.
|
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
|
### deploy fresh host
|
||||||
if you want to deploy a completly new host refer to [docs](https://docs.malobeo.org/anleitung/create.html)
|
if you want to deploy a completly new host refer to [docs](https://docs.malobeo.org/anleitung/create.html)
|
||||||
|
|||||||
+2
-2
@@ -4,8 +4,8 @@ this repository contains nixos configurations of the digital malobeo infrastruct
|
|||||||
|
|
||||||
### deploying configuration
|
### 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.
|
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.dynamicdiscord.de/jobset/malobeo/staging), and on success you can merge into master.
|
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
|
### deploy fresh host
|
||||||
if you want to deploy a completly new host refer to [docs](https://docs.malobeo.org/anleitung/create.html)
|
if you want to deploy a completly new host refer to [docs](https://docs.malobeo.org/anleitung/create.html)
|
||||||
|
|||||||
@@ -17,10 +17,10 @@ in
|
|||||||
|
|
||||||
malobeo.autoUpdate = {
|
malobeo.autoUpdate = {
|
||||||
enable = true;
|
enable = true;
|
||||||
url = "https://hydra.dynamicdiscord.de";
|
url = "https://hydra.malobeo.org";
|
||||||
project = "malobeo";
|
project = "malobeo";
|
||||||
jobset = "infrastructure";
|
jobset = "infrastructure";
|
||||||
cacheurl = "https://cache.dynamicdiscord.de";
|
cacheurl = "https://cache.malobeo.org";
|
||||||
};
|
};
|
||||||
|
|
||||||
malobeo.disks = {
|
malobeo.disks = {
|
||||||
|
|||||||
@@ -42,10 +42,10 @@ in
|
|||||||
|
|
||||||
malobeo.autoUpdate = {
|
malobeo.autoUpdate = {
|
||||||
enable = true;
|
enable = true;
|
||||||
url = "https://hydra.dynamicdiscord.de";
|
url = "https://hydra.malobeo.org";
|
||||||
project = "malobeo";
|
project = "malobeo";
|
||||||
jobset = "infrastructure";
|
jobset = "infrastructure";
|
||||||
cacheurl = "https://cache.dynamicdiscord.de";
|
cacheurl = "https://cache.malobeo.org";
|
||||||
};
|
};
|
||||||
|
|
||||||
malobeo.backup = {
|
malobeo.backup = {
|
||||||
|
|||||||
@@ -14,10 +14,10 @@
|
|||||||
|
|
||||||
malobeo.autoUpdate = {
|
malobeo.autoUpdate = {
|
||||||
enable = true;
|
enable = true;
|
||||||
url = "https://hydra.dynamicdiscord.de";
|
url = "https://hydra.malobeo.org";
|
||||||
project = "malobeo";
|
project = "malobeo";
|
||||||
jobset = "infrastructure";
|
jobset = "infrastructure";
|
||||||
cacheurl = "https://cache.dynamicdiscord.de";
|
cacheurl = "https://cache.malobeo.org";
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ in
|
|||||||
default = false;
|
default = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://hydra.dynamicdiscord.de/job/malobeo/infrastructure/louise/latest
|
# https://hydra.malobeo.org/job/malobeo/infrastructure/louise/latest
|
||||||
url = mkOption {
|
url = mkOption {
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Url to your hydra instace. like https://hydra.example.de
|
Url to your hydra instace. like https://hydra.example.de
|
||||||
|
|||||||
Reference in New Issue
Block a user