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