ops/nixos/clouvider-fra01: enable Label plugin in Deluge

This commit is contained in:
Luke Granger-Brown 2020-06-06 00:46:24 +00:00
parent 7100a39ee3
commit 2d8e414bc0

View file

@ -154,6 +154,7 @@ in {
max_active_downloading = 100; max_active_downloading = 100;
max_active_limit = 200; max_active_limit = 200;
move_completed_paths_list = [ "/store/content/Anime" "/store/content/Films" "/store/content/TV" ]; move_completed_paths_list = [ "/store/content/Anime" "/store/content/Films" "/store/content/TV" ];
enabled_plugins = [ "Label" ];
}; };
authFile = machineSecrets.delugeAuthFile; authFile = machineSecrets.delugeAuthFile;