about summary refs log tree commit diff
path: root/ops/modules/owothia.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/modules/owothia.nix')
-rw-r--r--ops/modules/owothia.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/ops/modules/owothia.nix b/ops/modules/owothia.nix
index b2a77cddc2..d11fdd26ec 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;