From ca3205346edd6dc87d98b24e5e9b35c712ceac30 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Thu, 22 May 2025 18:28:17 +0200 Subject: [PATCH] forgejo: remove redundant acme settings --- modules/services/forgejo/module.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/modules/services/forgejo/module.nix b/modules/services/forgejo/module.nix index cd52784..fec84d6 100644 --- a/modules/services/forgejo/module.nix +++ b/modules/services/forgejo/module.nix @@ -43,21 +43,6 @@ in { }; }; - # security.acme = let - # email = "charlie@charlieroot.dev"; - # in { - # # 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"; - # certs = { - # ${domain} = { - # webroot = acmeRoot; - # inherit email; - # group = "nginx"; - # }; - # }; - # }; - # create the git user for forgejo # NOTE: this is important and it will _not_ work otherwise. users.users.git = {