From 39d9df794b6968aa3168ad1a3584a9b93e2e5329 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Dec 2017 04:19:34 +0100 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/borgbackup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix index 6b0d97dc..dd350997 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix @@ -12,7 +12,7 @@ let }; paths = mkOption { - type = types.listOf types.path; + type = types.listOf types.str; default = []; }; -- cgit v1.2.3