nixos/*: wheter -> whether
This commit is contained in:
@@ -159,7 +159,7 @@ in
|
|||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Wheter to enable Tor control socket. Control socket is created
|
Whether to enable Tor control socket. Control socket is created
|
||||||
in <literal>${torRunDirectory}/control</literal>
|
in <literal>${torRunDirectory}/control</literal>
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ in
|
|||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = true;
|
||||||
description = ''
|
description = ''
|
||||||
Wheter to enable HSTS if HTTPS is also enabled.
|
Whether to enable HSTS if HTTPS is also enabled.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
maxAgeSeconds = mkOption {
|
maxAgeSeconds = mkOption {
|
||||||
|
|||||||
Reference in New Issue
Block a user