diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-09 20:36:36 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-09 20:36:36 -0600 |
| commit | 547d6dc4731b04a240048b0b95c0ea12e0d1f6bd (patch) | |
| tree | dd3d63dfb21c62d2d71a1f8e937d3247c2e78b11 /modules/services/options.nix | |
| parent | 7b9a5eb561948521ac4669074cc746a0f848ed23 (diff) | |
lots of changes, including revamp of network services boot chain on mercury
Diffstat (limited to 'modules/services/options.nix')
| -rw-r--r-- | modules/services/options.nix | 4 |
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; |
