forgejo: remove redundant acme settings
This commit is contained in:
parent
980abb4022
commit
ca3205346e
1 changed files with 0 additions and 15 deletions
|
@ -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
|
# create the git user for forgejo
|
||||||
# NOTE: this is important and it will _not_ work otherwise.
|
# NOTE: this is important and it will _not_ work otherwise.
|
||||||
users.users.git = {
|
users.users.git = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue