about summary refs log tree commit diff
path: root/ops/modules/auto-deploy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/modules/auto-deploy.nix')
-rw-r--r--ops/modules/auto-deploy.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/ops/modules/auto-deploy.nix b/ops/modules/auto-deploy.nix
index 83a8273562..c504906b2b 100644
--- a/ops/modules/auto-deploy.nix
+++ b/ops/modules/auto-deploy.nix
@@ -45,7 +45,8 @@ let
     # NixOS in $STATE_DIRECTORY
     (cd / && ${rebuild-system}/bin/rebuild-system)
   '';
-in {
+in
+{
   options.services.depot.auto-deploy = {
     enable = lib.mkEnableOption description;