nix machine / user configurations
at terra 280 B view raw
1{config, pkgs, ...}: { 2 services.navidrome = { 3 enable = true; 4 settings = { 5 MusicFolder = "/music"; 6 Port = 9999; 7 Address = "0.0.0.0"; 8 ListenBrainz = { 9 Enabled = true; 10 BaseURL = "https://piper.kittysay.xyz/1"; 11 }; 12 }; 13 }; 14}