From 1834e725553bdf8782fa6f3462e07f39d057dceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Fri, 15 Apr 2016 10:39:11 +0100 Subject: [PATCH] fix eval (explicit is better than implicit) --- nixos/modules/services/torrent/flexget.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/torrent/flexget.nix b/nixos/modules/services/torrent/flexget.nix index 696710fcd45..1252aa1c549 100644 --- a/nixos/modules/services/torrent/flexget.nix +++ b/nixos/modules/services/torrent/flexget.nix @@ -24,7 +24,7 @@ in { }; homeDir = mkOption { - default = /var/lib/deluge; + default = "/var/lib/deluge"; example = "/home/flexget"; type = types.path; description = "Where files live.";