feat: mopidy

This commit is contained in:
punkfairie 2025-05-25 19:18:59 -07:00
parent b73a7a33b1
commit e0087d7668
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 2 additions and 1 deletions

View file

@ -3,5 +3,6 @@
./ddclient.nix
./docker.nix
./gnome-keyring.nix
./mopidy.nix
];
}

View file

@ -10,7 +10,7 @@ in {
config = lib.mkIf cfg.enable {
age.secrets."mopidy-jellyfin.conf" = {
file = ../../../../secrets/mopidy-jellyfin.conf.age;
file = ../../../secrets/mopidy-jellyfin.conf.age;
owner = "mopidy";
mode = "600";
};