diff --git a/machines/modules/malobeo/microvm_host.nix b/machines/modules/malobeo/microvm_host.nix index 979de322..f6655539 100644 --- a/machines/modules/malobeo/microvm_host.nix +++ b/machines/modules/malobeo/microvm_host.nix @@ -75,7 +75,7 @@ in microvm.vms = let - # Map the values to each hostname to then generate a Attrs using listToAttrs + # Map the values to each hostname to then generate an Attrset using listToAttrs mapperFunc = name: { inherit name; value = { # Host build-time reference to where the MicroVM NixOS is defined # under nixosConfigurations @@ -98,7 +98,6 @@ in }; path = with pkgs; [ nix git ]; environment.HOME = config.users.users.root.home; - scriptArgs = "%i"; script = '' /run/current-system/sw/bin/microvm -Ru ${name} '';