aboutsummaryrefslogtreecommitdiff
path: root/modules/services/options.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-23 11:16:40 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-23 11:16:40 -0600
commit66232d31d1f115a796dc76a9f6df88a6b13c424e (patch)
treea2cb039bd1b84583f9a52a7e4ceff01951b83dd6 /modules/services/options.nix
parent93ddc9cb616d1fcabd8f1b7cab338d1da8701fd4 (diff)
bullets
Diffstat (limited to 'modules/services/options.nix')
-rw-r--r--modules/services/options.nix19
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 =