From a8999715994568adbbb2a54c823db7aadfbfd10d Mon Sep 17 00:00:00 2001 From: Yueh-Shun Li Date: Sun, 2 Jul 2023 23:18:34 +0800 Subject: [PATCH] nixos/nix-daemon: fix grammatical mistake in description --- nixos/modules/services/misc/nix-daemon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/misc/nix-daemon.nix index 7b1282b15b31..44cf71ad401a 100644 --- a/nixos/modules/services/misc/nix-daemon.nix +++ b/nixos/modules/services/misc/nix-daemon.nix @@ -656,7 +656,7 @@ in to view the current value. By default it is empty. Nix configurations defined under {option}`nix.*` will be translated and applied to this - option. In addition, configuration specified in {option}`nix.extraOptions` which will be appended + option. In addition, configuration specified in {option}`nix.extraOptions` will be appended verbatim to the resulting config file. ''; };