mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -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