From 2d5e5ac445310ed1517944f01a89681c6aded878 Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Thu, 22 Feb 2018 23:08:52 +0100 Subject: [PATCH] fix typo from merge --- default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.nix b/default.nix index 199d280..168bbaf 100644 --- a/default.nix +++ b/default.nix @@ -477,6 +477,9 @@ in description = '' The configuration used for monitoring via monit. Use a mail address that you actively check and set it via 'set alert ...'. + ''; + }; + }; backup = { enable = mkEnableOption "backup via rsnapshot";