Compare commits
2 commits
db3920302f
...
804697e42a
Author | SHA1 | Date | |
---|---|---|---|
804697e42a |
|||
f878d4c4b6 |
2 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,8 @@ in{
|
|||
pull.ff = "only";
|
||||
gpg.format = "ssh";
|
||||
commit.gpgsign = "true";
|
||||
diff.external = "${pkgs.difftastic}/bin/difft";
|
||||
# breaks forgejo
|
||||
# diff.external = "${pkgs.difftastic}/bin/difft";
|
||||
|
||||
signing = {
|
||||
key = "${key}";
|
||||
|
|
|
@ -24,6 +24,7 @@ in {
|
|||
networking.firewall.allowedTCPPorts = [
|
||||
443
|
||||
80
|
||||
3000
|
||||
];
|
||||
|
||||
services.nginx = {
|
||||
|
@ -108,6 +109,9 @@ in {
|
|||
ENABLED = false;
|
||||
DEFAULT_ACTIONS_URL = "github";
|
||||
};
|
||||
ui = {
|
||||
SHOW_USER_EMAIL = false;
|
||||
};
|
||||
|
||||
"repository.signing" = {
|
||||
SIGNING_KEY = "none";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue