fix eval (explicit is better than implicit)

+1 -1
+1 -1
nixos/modules/services/torrent/flexget.nix
··· 24 }; 25 26 homeDir = mkOption { 27 - default = /var/lib/deluge; 28 example = "/home/flexget"; 29 type = types.path; 30 description = "Where files live.";
··· 24 }; 25 26 homeDir = mkOption { 27 + default = "/var/lib/deluge"; 28 example = "/home/flexget"; 29 type = types.path; 30 description = "Where files live.";