diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-23 11:16:40 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-23 11:16:40 -0600 |
| commit | 66232d31d1f115a796dc76a9f6df88a6b13c424e (patch) | |
| tree | a2cb039bd1b84583f9a52a7e4ceff01951b83dd6 /modules/services/options.nix | |
| parent | 93ddc9cb616d1fcabd8f1b7cab338d1da8701fd4 (diff) | |
bullets
Diffstat (limited to 'modules/services/options.nix')
| -rw-r--r-- | modules/services/options.nix | 19 |
1 files changed, 12 insertions, 7 deletions
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 = |
