From 3c4d62168c26a24b5b517aabc54a812dec1a3796 Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Mon, 9 Apr 2018 12:46:45 +0200
Subject: =?UTF-8?q?=E2=80=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 custom/lvm-snapshots.nix | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'custom')

diff --git a/custom/lvm-snapshots.nix b/custom/lvm-snapshots.nix
index 34c10460..c2903cf9 100644
--- a/custom/lvm-snapshots.nix
+++ b/custom/lvm-snapshots.nix
@@ -25,8 +25,7 @@ let
       
       cowSize = mkOption {
         type = types.str;
-        default = "-l20%%ORIGIN";
-        description = "Literate argument to lvcreate, escape for systemd";
+        default = "-l20%ORIGIN";
       };
 
       readOnly = mkOption {
-- 
cgit v1.2.3