forgejo/module.nix: disable repository signing
This commit is contained in:
parent
8c2bfa6fca
commit
db3920302f
1 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,10 @@ in {
|
|||
ENABLED = false;
|
||||
DEFAULT_ACTIONS_URL = "github";
|
||||
};
|
||||
|
||||
"repository.signing" = {
|
||||
SIGNING_KEY = "none";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue