diff --git a/machines/modules/malobeo/microvm_host.nix b/machines/modules/malobeo/microvm_host.nix index 8846a4b5..9fbfcdeb 100644 --- a/machines/modules/malobeo/microvm_host.nix +++ b/machines/modules/malobeo/microvm_host.nix @@ -81,7 +81,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?ref=microvm"; + updateFlake = "git+https://git.dynamicdiscord.de/kalipso/infrastructure"; }; }; in builtins.listToAttrs (map mapperFunc cfg.deployHosts);