add nginx
This commit is contained in:
parent
8e373cec3f
commit
729e626326
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ in
|
||||||
config = { lib, config, pkgs, ... }: {
|
config = { lib, config, pkgs, ... }: {
|
||||||
networking.hostName = "fw";
|
networking.hostName = "fw";
|
||||||
|
|
||||||
|
services.nginx.enable = true;
|
||||||
services.nginx.virtualHosts."${domain}" = {
|
services.nginx.virtualHosts."${domain}" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
sslCertificate = "/var/lib/acme/gitea/fullchain.pem";
|
sslCertificate = "/var/lib/acme/gitea/fullchain.pem";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue