Skip to content

Commit

Permalink
nixos: Remove --same-dir in systemd-run invocation
Browse files Browse the repository at this point in the history
`--working-directory /` was added in #26 but we forgot to remove
`--same-dir`.

Fixes #201.
  • Loading branch information
zhaofengli committed Nov 10, 2024
1 parent 75d4dd9 commit edbe662
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/atticd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ let
--quiet \
--pipe \
--pty \
--same-dir \
--wait \
--collect \
--service-type=exec \
Expand Down

0 comments on commit edbe662

Please sign in to comment.