From 342c4f300b6f44fd495aefcfb5f84dec4293b32b Mon Sep 17 00:00:00 2001 From: Marie Ramlow Date: Fri, 14 Mar 2025 18:40:00 +0100 Subject: [PATCH] nixos/{renovate, libvirtd}: fix typo --- nixos/modules/services/misc/renovate.nix | 2 +- nixos/modules/virtualisation/libvirtd.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/misc/renovate.nix b/nixos/modules/services/misc/renovate.nix index 5d968dc41a68..503aed8fdb91 100644 --- a/nixos/modules/services/misc/renovate.nix +++ b/nixos/modules/services/misc/renovate.nix @@ -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; diff --git a/nixos/modules/virtualisation/libvirtd.nix b/nixos/modules/virtualisation/libvirtd.nix index 0852111437b4..a7ceecb452c0 100644 --- a/nixos/modules/virtualisation/libvirtd.nix +++ b/nixos/modules/virtualisation/libvirtd.nix @@ -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). ''; }; };