mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
navi perms
This commit is contained in:
parent
0c57f4980b
commit
987f4c5046
1 changed files with 8 additions and 1 deletions
|
|
@ -18,5 +18,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services.docker-navidrome.unitConfig.RequiresMountsFor = [ "/media" ];
|
||||
systemd.services.docker-navidrome = {
|
||||
unitConfig = {
|
||||
RequiresMountsFor = [ "/media" ];
|
||||
After = [ "media.mount" ];
|
||||
Wants = [ "media.mount" ];
|
||||
};
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue