From c54d27bceb577ec3bbe0ea8f7adc48a9eceacd68 Mon Sep 17 00:00:00 2001 From: kalipso Date: Thu, 21 Nov 2024 16:40:56 +0100 Subject: [PATCH] [microvm] update flake from master --- 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 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);