diff options
-rw-r--r-- | custom/borgbackup.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
12 | }; | 12 | }; |
13 | 13 | ||
14 | paths = mkOption { | 14 | paths = mkOption { |
15 | type = types.listOf types.path; | 15 | type = types.listOf types.str; |
16 | default = []; | 16 | default = []; |
17 | }; | 17 | }; |
18 | 18 | ||