nixos/nextcloud: use --pipe for nextcloud-occ systemd-run

This makes the command function properly when run via other comamnds,
e.g. GNU `parallel`.
This commit is contained in:
Octavia Togami
2026-03-28 12:19:41 -07:00
parent d82d66e0b9
commit da9d059017
@@ -157,6 +157,7 @@ let
--uid=nextcloud \
--same-dir \
--pty \
--pipe \
--wait \
--collect \
--service-type=exec \