summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorscouckel <james.krinsky@gmail.com>2026-01-12 20:05:23 -0500
committerscouckel <james.krinsky@gmail.com>2026-01-12 20:05:23 -0500
commita10376ca21fe4bace9699c705c8f4c1852be2f0d (patch)
tree18039b9d12cf33bb1c47946cd1ecc40367ee3ae3 /hosts
parentebde0cecc823e6b535ef012d51246796cd01f24e (diff)
forgot a bracket
Diffstat (limited to 'hosts')
-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 = [ ... ];