Compare commits

...

2 commits

2 changed files with 6 additions and 1 deletions

View file

@ -18,7 +18,8 @@ in{
pull.ff = "only"; pull.ff = "only";
gpg.format = "ssh"; gpg.format = "ssh";
commit.gpgsign = "true"; commit.gpgsign = "true";
diff.external = "${pkgs.difftastic}/bin/difft"; # breaks forgejo
# diff.external = "${pkgs.difftastic}/bin/difft";
signing = { signing = {
key = "${key}"; key = "${key}";

View file

@ -24,6 +24,7 @@ in {
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
443 443
80 80
3000
]; ];
services.nginx = { services.nginx = {
@ -108,6 +109,9 @@ in {
ENABLED = false; ENABLED = false;
DEFAULT_ACTIONS_URL = "github"; DEFAULT_ACTIONS_URL = "github";
}; };
ui = {
SHOW_USER_EMAIL = false;
};
"repository.signing" = { "repository.signing" = {
SIGNING_KEY = "none"; SIGNING_KEY = "none";