mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add navidrome
This commit is contained in:
parent
3773a8dd94
commit
7c388a7248
1 changed files with 14 additions and 0 deletions
14
homelab/navidrome/default.nix
Normal file
14
homelab/navidrome/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
services.navidrome = {
|
||||
enable = true;
|
||||
user = "aaronh";
|
||||
group = "navidrome";
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
Address = "0.0.0.0";
|
||||
MusicFolder = "/mnt/DATA/Media/Music";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue