about summary refs log tree commit diff
path: root/ops/modules/paroxysm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/modules/paroxysm.nix')
-rw-r--r--ops/modules/paroxysm.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/ops/modules/paroxysm.nix b/ops/modules/paroxysm.nix
index cd9cd3866e..070e7623db 100644
--- a/ops/modules/paroxysm.nix
+++ b/ops/modules/paroxysm.nix
@@ -3,7 +3,8 @@
 let
   cfg = config.services.depot.paroxysm;
   description = "TVL's majestic IRC bot";
-in {
+in
+{
   options.services.depot.paroxysm.enable = lib.mkEnableOption description;
 
   config = lib.mkIf cfg.enable {