Dpi: Reformat.

This commit is contained in:
Dmitry Voronin 2025-01-22 16:48:39 +03:00
parent f971a1a1f1
commit bd1b35d660
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -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
;
}; };
}; };
} }