nixos/nixos-containers: partially revert aa4570ca05 (#344822)

This commit is contained in:
K900 2024-09-27 10:02:50 +03:00 committed by GitHub
commit b4c968acd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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