forgejo: remove redundant acme settings

This commit is contained in:
Bloxx12 2025-05-22 18:28:17 +02:00
commit ca3205346e
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -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 = {