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.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/services/options.nix b/modules/services/options.nix
index 2084c45..8be7c42 100644
--- a/modules/services/options.nix
+++ b/modules/services/options.nix
@@ -76,11 +76,13 @@ in {
type = lib.types.str;
default = with config.collinux.services.networking.tailscale;
if enable
- then "https://${service_name}.${tailnet}"
+ then "http://${service_name}.${tailnet}"
else null;
};
};
in {
+ magic_caddy.enable = mkEnableOption "Automatically create caddy configurations for services";
+
adguard = selfhostOptions {
service_name = "adguard";
default_port = 8001;