mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
14 lines
No EOL
248 B
Nix
14 lines
No EOL
248 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
services.navidrome = {
|
|
enable = true;
|
|
user = "aaronh";
|
|
group = "navidrome";
|
|
openFirewall = true;
|
|
settings = {
|
|
Address = "0.0.0.0";
|
|
MusicFolder = "/mnt/DATA/Media/Music";
|
|
};
|
|
};
|
|
} |