about summary refs log tree commit diff
path: root/ops/modules/restic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/modules/restic.nix')
-rw-r--r--ops/modules/restic.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/ops/modules/restic.nix b/ops/modules/restic.nix
index 1aacf68973..8695396035 100644
--- a/ops/modules/restic.nix
+++ b/ops/modules/restic.nix
@@ -14,7 +14,8 @@ let
     inherit default;
     type = lib.types.str;
   };
-in {
+in
+{
   options.services.depot.restic = {
     enable = lib.mkEnableOption description;
     bucketEndpoint = mkStringOption "objects.dc-sto1.glesys.net";