add node.nyc
This commit is contained in:
parent
1bfd2e16e9
commit
673d393b5a
2 changed files with 4 additions and 3 deletions
|
|
@ -85,9 +85,6 @@
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
defaults.email = "zach@zacharymyers.com";
|
defaults.email = "zach@zacharymyers.com";
|
||||||
certs."node.nyc.zackmyers.io" = {
|
|
||||||
email = "zach@zacharymyers.com";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nginxStable.override {openssl = pkgs.libressl;};
|
package = pkgs.nginxStable.override {openssl = pkgs.libressl;};
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
|
"node.nyc.zackmyers.io" = {
|
||||||
|
forceSSL = true;
|
||||||
|
enableACME = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue