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.";