feat: move mount
This commit is contained in:
parent
6469a43d6d
commit
e6ae05f624
2 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
services.navidrome = {
|
services.navidrome = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
MusicFolder = "/mnt/music/tagged";
|
MusicFolder = "/data/music/tagged";
|
||||||
DataFolder = "/var/lib/navidrome";
|
DataFolder = "/var/lib/navidrome";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
directory = config.services.navidrome.settings.MusicFolder;
|
directory = config.services.navidrome.settings.MusicFolder;
|
||||||
library = "/mnt/music/beet/musiclibrary.db";
|
library = "/data/music/beet/musiclibrary.db";
|
||||||
plugins = [
|
plugins = [
|
||||||
"autobpm"
|
"autobpm"
|
||||||
"mbsync"
|
"mbsync"
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ in {
|
||||||
datasets = {
|
datasets = {
|
||||||
music = {
|
music = {
|
||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
mountpoint = "/music";
|
mountpoint = "/data/music";
|
||||||
options."com.sun:auto-snapshot" = "true";
|
options."com.sun:auto-snapshot" = "true";
|
||||||
nixarr = {
|
nixarr = {
|
||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue