clouvider-fra01: set deluge.authFile
This commit is contained in:
parent
11f8b7f5aa
commit
0474fea9f7
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ depot, lib, pkgs, rebuilder, config, ... }:
|
{ depot, lib, pkgs, rebuilder, config, ... }:
|
||||||
let
|
let
|
||||||
inherit (depot.ops) secrets;
|
inherit (depot.ops) secrets;
|
||||||
|
machineSecrets = secrets.machineSpecific.clouvider-fra01;
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
../lib/zfs.nix
|
../lib/zfs.nix
|
||||||
|
@ -130,6 +131,7 @@ in {
|
||||||
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" ];
|
||||||
};
|
};
|
||||||
|
authFile = machineSecrets.delugeAuthFile;
|
||||||
|
|
||||||
web.enable = true;
|
web.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue