diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-25 02:35:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-25 02:35:53 +0200 |
| commit | 6d598880287bd56c1dc130b80f77a9044b09a0f0 (patch) | |
| tree | 2c02f203de37307170cf3b6b3c3250d001c4153f /nixos/hosts/bin | |
| parent | acbdc72b0f5884084c2212d5227aef240b0cf076 (diff) | |
Update music.nix
Diffstat (limited to 'nixos/hosts/bin')
| -rw-r--r-- | nixos/hosts/bin/components/music.nix | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/nixos/hosts/bin/components/music.nix b/nixos/hosts/bin/components/music.nix index 8b13789..69ca60b 100644 --- a/nixos/hosts/bin/components/music.nix +++ b/nixos/hosts/bin/components/music.nix @@ -1 +1,12 @@ - +{ + networking.firewall.allowedTCPPorts = [ 4533 ]; + + services.navidrome = { + enable = true; + settings = { + Address = "0.0.0.0"; + Port = 4533; + MusicFolder = "/var/lib/navidrome/music"; + }; + }; +} |
