nixos/nixos-containers: partially revert aa4570ca05

Word splitting is actually intentional here, as both of those variables
can (and often do) contain multiple flags.
This commit is contained in:
K900
2024-09-27 10:00:58 +03:00
parent 247cebfe0b
commit 307dda84c0

View File

@@ -159,8 +159,8 @@ let
# containerInit and stage2 have to handle this as well.
exec ${config.systemd.package}/bin/systemd-nspawn \
--keep-unit \
-M "$INSTANCE" -D "$root" "$extraFlags" \
"$EXTRA_NSPAWN_FLAGS" \
-M "$INSTANCE" -D "$root" $extraFlags \
$EXTRA_NSPAWN_FLAGS \
--notify-ready=yes \
--kill-signal=SIGRTMIN+3 \
--bind-ro=/nix/store \