Yt : Fix zapret.
This commit is contained in:
parent
6318530b41
commit
440d0608ed
|
@ -26,9 +26,6 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
containers.yt = container.mkContainer cfg {
|
||||
config = { ... }: container.mkContainerConfig cfg {
|
||||
imports = [ <module/Zapret.nix> ];
|
||||
module.zapret.enable = true;
|
||||
|
||||
services.invidious = {
|
||||
enable = true;
|
||||
domain = cfg.domain;
|
||||
|
|
|
@ -30,7 +30,10 @@ in {
|
|||
};
|
||||
|
||||
imports = [ <module/Zapret.nix> ];
|
||||
module.zapret.enable = true;
|
||||
module.zapret = {
|
||||
enable = true;
|
||||
params = config.module.zapret.params;
|
||||
};
|
||||
|
||||
services = {
|
||||
microsocks = {
|
||||
|
|
Loading…
Reference in a new issue