[hydra] point autoUpdate to new hydra instance
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user