bert: Rename mount so systemd doesn't escape hyphen

This commit is contained in:
Chandler Swift 2025-01-14 23:31:14 -06:00
parent 4c6606be31
commit ccc8708a6b
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
services.navidrome = {
enable = true;
settings = {
MusicFolder = "/mnt/bigbird-public/media/music";
MusicFolder = "/mnt/bigbird_public/media/music";
ScanSchedule = "@every 12h";
EnableSharing = true;
};