Compare commits
No commits in common. "804697e42af811736f453bfd7d381f06d1025abd" and "db3920302f7578f7dc36237397d4f3d167e3a210" have entirely different histories.
804697e42a
...
db3920302f
2 changed files with 1 additions and 6 deletions
|
@ -18,8 +18,7 @@ in{
|
|||
pull.ff = "only";
|
||||
gpg.format = "ssh";
|
||||
commit.gpgsign = "true";
|
||||
# breaks forgejo
|
||||
# diff.external = "${pkgs.difftastic}/bin/difft";
|
||||
diff.external = "${pkgs.difftastic}/bin/difft";
|
||||
|
||||
signing = {
|
||||
key = "${key}";
|
||||
|
|
|
@ -24,7 +24,6 @@ in {
|
|||
networking.firewall.allowedTCPPorts = [
|
||||
443
|
||||
80
|
||||
3000
|
||||
];
|
||||
|
||||
services.nginx = {
|
||||
|
@ -109,9 +108,6 @@ 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