fix duplicate systemd tmpfiles rules

This commit is contained in:
chaos 2024-05-25 21:11:28 +01:00
parent 74dff8996d
commit 7c7b3da723
No known key found for this signature in database

View file

@ -17,6 +17,9 @@ in {
systemd.tmpfiles.rules = [
"d /var/lib/mpd - mpd mpd"
"d /var/lib/mpd/state - mpd mpd"
"d /caches - root root"
"d /caches/music_serve - mpd mpd"
];
services.mpd = {
@ -82,11 +85,6 @@ in {
after = ["rclone-serve-nfs-music.service"];
};
systemd.tmpfiles.rules = [
"d /caches - root root"
"d /caches/music_serve - mpd mpd"
];
services.rclone-serve = {
enable = true;
remotes = [