remove listenbrainz stuff

This commit is contained in:
Simon Gardling 2024-11-01 00:26:30 -04:00
parent 256a26224d
commit dced343565
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
3 changed files with 0 additions and 7 deletions

1
.gitattributes vendored
View File

@ -2,4 +2,3 @@ secrets/murmur_password filter=git-crypt diff=git-crypt
secrets/hashedPass filter=git-crypt diff=git-crypt
secrets/mullvad.nix filter=git-crypt diff=git-crypt
secrets/minecraft-whitelist.nix filter=git-crypt diff=git-crypt
secrets/Jellyfin.Plugin.ListenBrainz.xml filter=git-crypt diff=git-crypt

View File

@ -28,10 +28,4 @@
"video"
"render"
];
# https://github.com/lyarenei/jellyfin-plugin-listenbrainz/issues/107
system.activationScripts.jellyfinListenBrain.text = ''
cp -v /etc/nixos/secrets/Jellyfin.Plugin.ListenBrainz.xml ${config.services.jellyfin.dataDir}/plugins/configurations/
chown ${config.services.jellyfin.user}:${config.services.jellyfin.group} ${config.services.jellyfin.dataDir}/plugins/configurations/Jellyfin.Plugin.ListenBrainz.xml
'';
}