mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
navidrome setup
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
{
|
||||
services = {
|
||||
navidrome = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
# environmentFile = "";
|
||||
settings = {
|
||||
Address = "0.0.0.0";
|
||||
Port = "4533";
|
||||
Port = 4533;
|
||||
MusicFolder = "/mnt/beets/music";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user