forked from mirrors/nixpkgs
nixos/containers: Make systemd journals available from the host
This is set by default if using the upstream systemd-nspawn@ units.
This commit is contained in:
parent
9a5f7b1630
commit
d85317c7b2
|
@ -130,6 +130,7 @@ let
|
|||
--bind-ro=/nix/var/nix/daemon-socket \
|
||||
--bind="/nix/var/nix/profiles/per-container/$INSTANCE:/nix/var/nix/profiles" \
|
||||
--bind="/nix/var/nix/gcroots/per-container/$INSTANCE:/nix/var/nix/gcroots" \
|
||||
--link-journal=try-guest \
|
||||
--setenv PRIVATE_NETWORK="$PRIVATE_NETWORK" \
|
||||
--setenv HOST_BRIDGE="$HOST_BRIDGE" \
|
||||
--setenv HOST_ADDRESS="$HOST_ADDRESS" \
|
||||
|
|
Loading…
Reference in a new issue