diff --git a/machines/modules/malobeo/microvm_host.nix b/machines/modules/malobeo/microvm_host.nix index 745e18b8..26ac75f8 100644 --- a/machines/modules/malobeo/microvm_host.nix +++ b/machines/modules/malobeo/microvm_host.nix @@ -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);