diff options
Diffstat (limited to 'ops/modules/atward.nix')
-rw-r--r-- | ops/modules/atward.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ops/modules/atward.nix b/ops/modules/atward.nix index 354f9ebdd3cb..f345a08e3131 100644 --- a/ops/modules/atward.nix +++ b/ops/modules/atward.nix @@ -3,7 +3,8 @@ let cfg = config.services.depot.atward; description = "atward - (attempt to) cleverly route queries"; -in { +in +{ options.services.depot.atward = { enable = lib.mkEnableOption description; |