X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/blobdiff_plain/f1a53b29b8269cb5dd28a3285bc95a7df37f9a16..2b0f916a012aa10c4e9cee4958d5e2409f538065:/upgrade-config.nix diff --git a/upgrade-config.nix b/upgrade-config.nix index e9962eb..2ce8829 100644 --- a/upgrade-config.nix +++ b/upgrade-config.nix @@ -84,14 +84,6 @@ evalModules { specifed in signingKeys. ''; }; - signingKeys = mkOption { - type = types.listOf types.path; - description = '' - Files containing GPG keys that are authorized to sign updates. - Updates are only merged if the commit at the tip of the remote - ref is signed with one of these keys. - ''; - }; }; }); example = {