feat: mopidy
This commit is contained in:
parent
b73a7a33b1
commit
e0087d7668
2 changed files with 2 additions and 1 deletions
|
@ -3,5 +3,6 @@
|
|||
./ddclient.nix
|
||||
./docker.nix
|
||||
./gnome-keyring.nix
|
||||
./mopidy.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
Loading…
Reference in a new issue