This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-31 14:19:57 -06:00
parent 18d5bc95f4
commit 6cf74d7c16

View file

@ -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 {