feat(navidrome): add lastfm credentials

This commit is contained in:
2026-07-04 11:52:59 +02:00
parent b583c67e05
commit d785c22d68
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -22,6 +22,7 @@
seerr_api_key = default;
indexers_ilcorsaroblu_password = default;
gitea_registration_token = default;
navidrome_env = default;
};
templates = {
"gitea_runner.env".content = ''
+2 -1
View File
@@ -1,7 +1,8 @@
{ pkgs, ... }:
{ config, ... }:
{
services.navidrome = {
enable = true;
environmentFile = config.sops.secrets.navidrome_env.path;
settings = {
Port = 8013;
MusicFolder = "/var/lib/nixflix/media/music/";