[arabasta] feat: Add navidrome

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
SindreKjelsrud 2025-10-12 10:34:49 +02:00
parent a3e8fe8ab8
commit 88b750527c
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -80,6 +80,16 @@
services = { services = {
tailscale.enable = true; 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 = { forgejo = {
enable = true; enable = true;
database.type = "postgres"; database.type = "postgres";
@ -167,4 +177,3 @@
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "25.05"; # Did you read the comment? system.stateVersion = "25.05"; # Did you read the comment?
} }