From 8afc42d46f69a51e465b5eaf147707327e489ba4 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Fri, 20 Feb 2026 23:55:27 +0100 Subject: [PATCH] update the update domain to prepare for repo move --- machines/modules/malobeo/microvm_host.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);