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? } -