Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
feat: add nix root dir and change requirements for bext-mount
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Feb 16, 2024
1 parent d1c6fa9 commit 77056cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion service/bext-mount.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ [email protected]
Wants[email protected]
[Service]
Type=oneshot
ExecStartPre=mkdir -p /nix/store && bext mount extensions --refresh
ExecStartPre=mkdir -p /tmp/extensions.d/bin
ExecStartPre=mkdir -p /nix/store
ExecStartPre=bext mount extensions --refresh
ExecStart=bext mount store --refresh
ExecStopPost=bext mount path
[Install]
Expand Down

0 comments on commit 77056cd

Please sign in to comment.