From b39a9398f0005970f7238c5089a7ced0ca0be204 Mon Sep 17 00:00:00 2001 From: kalipso Date: Tue, 26 Nov 2024 12:58:45 +0100 Subject: [PATCH] [microvm] fix typo --- machines/modules/malobeo/microvm_host.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/machines/modules/malobeo/microvm_host.nix b/machines/modules/malobeo/microvm_host.nix index 979de32..f665553 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} '';