nixos/*: wheter -> whether
This commit is contained in:
parent
850d7d1790
commit
5bb0b72720
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user