navidrome

This commit is contained in:
death916 2026-02-17 03:40:51 -08:00
parent 4806301ce4
commit c350ce942a

View file

@ -2,7 +2,7 @@
{ {
config, config,
pkgs, pkgs,
unstablePkgsHA, unstablePkgs,
... ...
}: }:
{ {
@ -189,6 +189,15 @@
]; ];
}; };
servies.navidrome = {
package = unstablePkgs.navidrome;
group = media_services;
enable = true;
settings = {
MusicFolder = "/media/storage/media/music";
};
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
vim vim