Dpi: Reformat.
This commit is contained in:
parent
f971a1a1f1
commit
bd1b35d660
|
@ -14,7 +14,18 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
services.zapret = {
|
services.zapret = {
|
||||||
enable = true;
|
enable = true;
|
||||||
inherit (cfg) package params whitelist blacklist qnum configureFirewall httpSupport httpMode udpSupport udpPorts;
|
inherit (cfg)
|
||||||
|
package
|
||||||
|
params
|
||||||
|
whitelist
|
||||||
|
blacklist
|
||||||
|
qnum
|
||||||
|
configureFirewall
|
||||||
|
httpSupport
|
||||||
|
httpMode
|
||||||
|
udpSupport
|
||||||
|
udpPorts
|
||||||
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue