fix formatting oopsie

This commit is contained in:
oxapentane - 2023-05-01 06:06:29 +02:00
parent 4efce70f3f
commit ca0db6f9de
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
1 changed files with 1 additions and 1 deletions

View File

@ -76,11 +76,11 @@ in
environment.HOME = config.users.users.root.home;
scriptArgs = "${name}";
script = ''
${realizeFlake} ${name}
/run/current-system/sw/bin/microvm -c ${name} -f "${microvms.${name}.flakeref}"
'';
};
}) {} (builtins.attrNames microvms);
${realizeFlake} ${name}
systemd.timers = builtins.foldl' (timers: name: timers // {
"microvm-update-${name}" = {