aboutsummaryrefslogtreecommitdiff
path: root/modules/services/options.nix
diff options
context:
space:
mode:
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 =