From 66232d31d1f115a796dc76a9f6df88a6b13c424e Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:16:40 -0600 Subject: bullets --- modules/services/options.nix | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'modules/services/options.nix') diff --git a/modules/services/options.nix b/modules/services/options.nix index aacdee9..0e250ed 100644 --- a/modules/services/options.nix +++ b/modules/services/options.nix @@ -74,13 +74,18 @@ in { cgit.enable = mkEnableOption "cgit web git frontend"; - mopidy = { - enable = mkEnableOption "Mopidy MPD server"; - port = mkOption { - description = "port to run the service on"; - type = lib.types.port; - default = 6600; - }; + # mopidy = { + # enable = mkEnableOption "Mopidy MPD server"; + # port = mkOption { + # description = "port to run the service on"; + # type = lib.types.port; + # default = 6600; + # }; + # }; + + polaris = selfhostOptions { + service_name = "polaris"; + default_port = 8079; }; copyparty = -- cgit v1.3.1