From 88b750527c14e13b83e368985b68b321247e6114 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sun, 12 Oct 2025 10:34:49 +0200 Subject: [PATCH] [arabasta] feat: Add navidrome Signed-off-by: SindreKjelsrud --- hosts/arabasta/configuration.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/hosts/arabasta/configuration.nix b/hosts/arabasta/configuration.nix index 4c57a04..abfc1bb 100644 --- a/hosts/arabasta/configuration.nix +++ b/hosts/arabasta/configuration.nix @@ -80,6 +80,16 @@ services = { tailscale.enable = true; + navidrome = { + enable = true; + settings = { + Address = "0.0.0.0"; + Port = 4533; + MusicFolder = "/mnt/media/navidrome-music"; + EnableTranscodingConfig = "true"; + DefaultTheme = "Catppuccin Macchiato"; + }; + }; forgejo = { enable = true; database.type = "postgres"; @@ -167,4 +177,3 @@ # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "25.05"; # Did you read the comment? } -