From 18da60451f0981ea33b08ca3949902fe90035e1e Mon Sep 17 00:00:00 2001 From: nico202 Date: Wed, 27 Jun 2018 14:48:07 +0200 Subject: [PATCH] clean extra whitespaces --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index b418152..36d0848 100644 --- a/default.nix +++ b/default.nix @@ -560,7 +560,7 @@ in If null the decision is left up to borg. ''; }; - + auto = mkOption { type = types.bool; default = false; @@ -585,7 +585,7 @@ in When using encryption the password / passphrase must be provided in passphraseFile. ''; }; - + passphraseFile = mkOption { type = types.nullOr types.path; default = null;