feat: move mount

This commit is contained in:
Moritz Böhme 2025-08-26 20:02:30 +02:00
parent 6469a43d6d
commit e6ae05f624
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
services.navidrome = {
enable = true;
settings = {
MusicFolder = "/mnt/music/tagged";
MusicFolder = "/data/music/tagged";
DataFolder = "/var/lib/navidrome";
};
};
@ -27,7 +27,7 @@
enable = true;
settings = {
directory = config.services.navidrome.settings.MusicFolder;
library = "/mnt/music/beet/musiclibrary.db";
library = "/data/music/beet/musiclibrary.db";
plugins = [
"autobpm"
"mbsync"

View file

@ -48,7 +48,7 @@ in {
datasets = {
music = {
type = "zfs_fs";
mountpoint = "/music";
mountpoint = "/data/music";
options."com.sun:auto-snapshot" = "true";
nixarr = {
type = "zfs_fs";