mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/{renovate, libvirtd}: fix typo
This commit is contained in:
parent
47e532528e
commit
342c4f300b
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ in
|
||||||
validateSettings = mkOption {
|
validateSettings = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = true;
|
||||||
description = "Weither to run renovate's config validator on the built configuration.";
|
description = "Whether to run renovate's config validator on the built configuration.";
|
||||||
};
|
};
|
||||||
settings = mkOption {
|
settings = mkOption {
|
||||||
type = json.type;
|
type = json.type;
|
||||||
|
|
|
@ -363,7 +363,7 @@ in
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = true;
|
||||||
description = ''
|
description = ''
|
||||||
Weither to configure OpenSSH to use the [SSH Proxy](https://libvirt.org/ssh-proxy.html).
|
Whether to configure OpenSSH to use the [SSH Proxy](https://libvirt.org/ssh-proxy.html).
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue