mirror of
https://github.com/Superredstone/nixos.git
synced 2026-08-19 11:48:57 +02:00
fix(bomba): remove navidrome plugins
This commit is contained in:
@@ -2,9 +2,6 @@
|
|||||||
{
|
{
|
||||||
services.navidrome = {
|
services.navidrome = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.navidromePlugins; [
|
|
||||||
discord-rich-presence
|
|
||||||
];
|
|
||||||
settings = {
|
settings = {
|
||||||
Port = 8013;
|
Port = 8013;
|
||||||
MusicFolder = "/var/lib/nixflix/media/music/";
|
MusicFolder = "/var/lib/nixflix/media/music/";
|
||||||
|
|||||||
Reference in New Issue
Block a user