dnscrypt-proxy service: remove use of mkEnableOption
This commit is contained in:
parent
236a32069a
commit
d198e474a8
@ -35,7 +35,11 @@ in
|
|||||||
|
|
||||||
options = {
|
options = {
|
||||||
services.dnscrypt-proxy = {
|
services.dnscrypt-proxy = {
|
||||||
enable = mkEnableOption "DNSCrypt client proxy";
|
enable = mkOption {
|
||||||
|
default = false;
|
||||||
|
type = types.bool;
|
||||||
|
description = "Whether to enable the DNSCrypt client proxy";
|
||||||
|
};
|
||||||
|
|
||||||
localAddress = mkOption {
|
localAddress = mkOption {
|
||||||
default = "127.0.0.1";
|
default = "127.0.0.1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user