diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-01-12 20:05:23 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-01-12 20:05:23 -0500 |
| commit | a10376ca21fe4bace9699c705c8f4c1852be2f0d (patch) | |
| tree | 18039b9d12cf33bb1c47946cd1ecc40367ee3ae3 /hosts/shar/configuration.nix | |
| parent | ebde0cecc823e6b535ef012d51246796cd01f24e (diff) | |
forgot a bracket
Diffstat (limited to 'hosts/shar/configuration.nix')
| -rw-r--r-- | hosts/shar/configuration.nix | 19 |
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 = [ ... ]; |
