[arabasta] feat: Add navidrome
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
a3e8fe8ab8
commit
88b750527c
1 changed files with 10 additions and 1 deletions
|
@ -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?
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue