forked from Zynh0722/permafrost
nginx: certDomains
This commit is contained in:
parent
5812f0c85e
commit
0a6f5ef0e3
3 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
permafrost.nginx.enable = lib.mkDefault true;
|
||||
permafrost.nginx.certDomains = [ "git.zynh.me" ];
|
||||
services.nginx.virtualHosts."git.zynh.me" = {
|
||||
addSSL = true;
|
||||
serverName = "git.zynh.me";
|
||||
|
|
|
@ -10,6 +10,7 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
permafrost.nginx.enable = lib.mkDefault true;
|
||||
permafrost.nginx.certDomains = [ "scarlet.zynh.me" ];
|
||||
services.nginx.virtualHosts."scarlet.zynh.me" = {
|
||||
addSSL = true;
|
||||
serverName = "scarlet.zynh.me";
|
||||
|
|
|
@ -22,6 +22,7 @@ in
|
|||
};
|
||||
|
||||
permafrost.nginx.enable = lib.mkDefault true;
|
||||
permafrost.nginx.certDomains = [ "nyazoom.zynh.me" ];
|
||||
services.nginx.virtualHosts."nyazoom.zynh.me" = {
|
||||
addSSL = true;
|
||||
serverName = "nyazoom.zynh.me";
|
||||
|
|
Loading…
Reference in a new issue