diff options
Diffstat (limited to 'ops/modules/owothia.nix')
-rw-r--r-- | ops/modules/owothia.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ops/modules/owothia.nix b/ops/modules/owothia.nix index b2a77cddc2dd..d11fdd26ecbc 100644 --- a/ops/modules/owothia.nix +++ b/ops/modules/owothia.nix @@ -4,7 +4,8 @@ let cfg = config.services.depot.owothia; description = "owothia - i'm a service owo"; -in { +in +{ options.services.depot.owothia = { enable = lib.mkEnableOption description; |