fix eval (explicit is better than implicit)

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