summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/shar/configuration.nix19
1 files changed, 10 insertions, 9 deletions
diff --git a/hosts/shar/configuration.nix b/hosts/shar/configuration.nix
index a5f719b..744ca82 100644
--- a/hosts/shar/configuration.nix
+++ b/hosts/shar/configuration.nix
@@ -158,17 +158,18 @@
'';
};
};
+ };
- services.navidrome = {
- enable = true;
- settings = {
- MusicFolder = "/tank/media/audio";
- DataFolder = "/data/tank/navidrome";
- Address = "127.0.0.1";
- Port = 4533;
- EnableTranscoding = true;
- };
+ services.navidrome = {
+ enable = true;
+ settings = {
+ MusicFolder = "/tank/media/audio";
+ DataFolder = "/data/tank/navidrome";
+ Address = "127.0.0.1";
+ Port = 4533;
+ EnableTranscoding = true;
};
+ };
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];