From 6031356c1e048f7ff2581c18df89f159b7a592c9 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:09:50 -0600 Subject: services config; add goaccess and start working on mopidy --- modules/services/options.nix | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'modules/services/options.nix') diff --git a/modules/services/options.nix b/modules/services/options.nix index 174e604..ccc2038 100644 --- a/modules/services/options.nix +++ b/modules/services/options.nix @@ -70,9 +70,15 @@ in { default_port = 8010; }; - navidrome = selfhostOptions { - service_name = "navidrome"; - default_port = 8070; + goaccess.enable = mkEnableOption "GoAccess Real-Time Analytics"; + + mopidy = { + enable = mkEnableOption "Mopidy MPD server"; + port = mkOption { + description = "port to run the service on"; + type = lib.types.port; + default = 6600; + }; }; copyparty = -- cgit v1.3.1