nixos/ncps: fix signNarinfo option example

This commit is contained in:
Gutyina Gergő
2026-02-21 15:34:53 +01:00
parent 91e2af124b
commit b472ee6dba
+1 -1
View File
@@ -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
'';