Merge pull request 'update the update domain to prepare for repo move' (#128) from move_repo into master

Reviewed-on: kalipso/infrastructure#128
This commit is contained in:
2026-02-21 00:23:54 +01:00

View File

@@ -101,7 +101,7 @@ in
# under nixosConfigurations
flake = inputs.malobeo;
# Specify from where to let `microvm -u` update later on
updateFlake = "git+https://git.dynamicdiscord.de/kalipso/infrastructure";
updateFlake = "git+https://git.dynamicdiscord.de/malobeo/infrastructure";
}; };
in
builtins.listToAttrs (map mapperFunc cfg.deployHosts);