diff --git a/modules/services/gpg-agent.nix b/modules/services/gpg-agent.nix index afcf0aca9..36e166f2d 100644 --- a/modules/services/gpg-agent.nix +++ b/modules/services/gpg-agent.nix @@ -328,7 +328,7 @@ in program = lib.mkOption { type = types.nullOr types.str; - example = "wayprompt-pinentry"; + example = "pinentry-wayprompt"; description = '' Which program to search for in the configured `pinentry.package`. '';