update the update domain to prepare for repo move #128

Merged
kalipso merged 1 commits from move_repo into master 2026-02-21 00:23:55 +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);