From b472ee6dba6158bb6b57bdc21b7e2c74d7b8024e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sat, 21 Feb 2026 15:34:53 +0100 Subject: [PATCH] nixos/ncps: fix signNarinfo option example --- nixos/modules/services/networking/ncps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/ncps.nix b/nixos/modules/services/networking/ncps.nix index 96f557edd41f..93bdf4b434f6 100644 --- a/nixos/modules/services/networking/ncps.nix +++ b/nixos/modules/services/networking/ncps.nix @@ -555,7 +555,7 @@ in signNarinfo = lib.mkOption { type = lib.types.bool; default = true; - example = "false"; + example = false; description = '' Whether to sign narInfo files or passthru as-is from upstream '';