mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-21 21:33:09 +02:00
navidrome stuff
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
parent
1b2f8ce363
commit
06fea58b05
1 changed files with 4 additions and 2 deletions
|
@ -5,8 +5,10 @@ inputs: { pkgs, config, ... }: {
|
||||||
Port = 3008;
|
Port = 3008;
|
||||||
Address = "172.0.0.1";
|
Address = "172.0.0.1";
|
||||||
BaseUrl = "https://music.gra.phite.ro";
|
BaseUrl = "https://music.gra.phite.ro";
|
||||||
MusicFolder = "/home/ultra/Music";
|
MusicFolder = "/var/navidrome/music";
|
||||||
|
DataFolder = "/var/navidrome/data";
|
||||||
ScanSchedule = "@every 5h";
|
ScanSchedule = "@every 5h";
|
||||||
};
|
};
|
||||||
|
user = "navidrome";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue