forgejo: remove unnecessary config, this is set in nxinx/module.nix

This commit is contained in:
Charlie Root 2025-04-06 22:59:44 +02:00
commit 5e51fdb596
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -19,6 +19,7 @@ in {
config = mkIf cfg.enable {
modules.system.services = {
database.postgresql.enable = true;
nginx.enable = true;
};
networking.firewall.allowedTCPPorts = [
@ -51,8 +52,6 @@ in {
security.acme = let
email = "charlie@charlieroot.dev";
in {
acceptTerms = true;
defaults.email = email;
# testing server, do not use in production, but DO use it for setting things up.
# it has much higher rate limits.
# defaults.server = "https://acme-staging-v02.api.letsencrypt.org/directory";