h002
This commit is contained in:
parent
18d5bc95f4
commit
6cf74d7c16
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ lib.mkMerge [
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d '${pinchflatMediaDir}' 0775 pinchflat pinchflat - -"
|
"d '${pinchflatMediaDir}' 0775 ${globals.libraryOwner.user} ${globals.libraryOwner.group} - -"
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
(lib.mkIf audiobookshelf {
|
(lib.mkIf audiobookshelf {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue