forked from M-Labs/nix-scripts
nixbld: add perso.m-labs.hk
This commit is contained in:
parent
3aa23cacfc
commit
833a9c7430
|
@ -346,6 +346,7 @@ ACTION=="add", SUBSYSTEM=="tty", \
|
|||
"chat.m-labs.hk" = null;
|
||||
"hooks.m-labs.hk" = null;
|
||||
"forum.m-labs.hk" = null;
|
||||
"perso.m-labs.hk" = null;
|
||||
|
||||
"openhardware.hk" = null;
|
||||
"git.openhardware.hk" = null;
|
||||
|
@ -478,6 +479,11 @@ ACTION=="add", SUBSYSTEM=="tty", \
|
|||
include /var/www/flarum/.nginx.conf;
|
||||
'';
|
||||
};
|
||||
"perso.m-labs.hk" = {
|
||||
addSSL = true;
|
||||
useACMEHost = "nixbld.m-labs.hk";
|
||||
root = "/var/www/perso";
|
||||
};
|
||||
|
||||
"git.openhardware.hk" = {
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Reference in New Issue