forgejo: remove unnecessary config, this is set in nxinx/module.nix
This commit is contained in:
parent
982125fd1d
commit
5e51fdb596
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue