Generalization and removal of legacy url
This commit is contained in:
parent
c15fab234d
commit
8bdec44465
25 changed files with 91 additions and 114 deletions
7
system/services/server/nginx/acme/default.nix
Normal file
7
system/services/server/nginx/acme/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
security.acme = lib.mkIf config.services.nginx.enable {
|
||||
acceptTerms = true;
|
||||
defaults.email = "contact@example.com";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue