]> git.scottworley.com Git - auto-upgrade-with-pinch/blobdiff - upgrade-config.nix
Make signingKeys static again
[auto-upgrade-with-pinch] / upgrade-config.nix
index e9962ebbee18662ac1fd902ffd71e3f466cc7c92..2ce8829a007e7e36a3cfd84572b5640106229220 100644 (file)
@@ -84,14 +84,6 @@ evalModules {
                 specifed in <literal>signingKeys</literal>.
               '';
             };
-            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 = {