fix nginx
This commit is contained in:
parent
0885fdbfdd
commit
b48e7ebb13
4 changed files with 24 additions and 25 deletions
15
services/nginx.nix
Normal file
15
services/nginx.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "wizzeh@protonmail.com";
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
|
||||
services.nginx.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue