mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
qbit mount
This commit is contained in:
parent
4dbfa87e07
commit
392d1062ae
1 changed files with 12 additions and 9 deletions
|
|
@ -33,6 +33,9 @@
|
|||
openFirewall = true;
|
||||
package = pkgs.qbittorrent-nox;
|
||||
};
|
||||
|
||||
systemd.services.qbittorrent.unitConfig.RequiresMountsFor = [ "/media" ];
|
||||
systemd.services.qbittorrent.unitConfig.ConditionPathIsMountPoint = "/media";
|
||||
users.users.audiobookshelf = {
|
||||
isSystemUser = true;
|
||||
group = "media_services";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue