nixos/{renovate, libvirtd}: fix typo

This commit is contained in:
Marie Ramlow
2025-03-15 00:30:21 +05:30
committed by Masum Reza
parent 47e532528e
commit 342c4f300b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ in
validateSettings = mkOption {
type = types.bool;
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 {
type = json.type;
+1 -1
View File
@@ -363,7 +363,7 @@ in
type = types.bool;
default = true;
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).
'';
};
};