From edbe66288eb0e054146f8a65dc41213e599cd8bd Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Sun, 10 Nov 2024 12:10:23 -0700 Subject: [PATCH] nixos: Remove --same-dir in systemd-run invocation `--working-directory /` was added in #26 but we forgot to remove `--same-dir`. Fixes #201. --- nixos/atticd.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/atticd.nix b/nixos/atticd.nix index dd57b56..e676fb1 100644 --- a/nixos/atticd.nix +++ b/nixos/atticd.nix @@ -46,7 +46,6 @@ let --quiet \ --pipe \ --pty \ - --same-dir \ --wait \ --collect \ --service-type=exec \