[microvm] update flake from master

This commit is contained in:
2024-11-21 16:40:56 +01:00
parent 9a3135d339
commit c54d27bceb

View File

@@ -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);