mob next [ci-skip] [ci skip] [skip ci]

lastFile:inventories/default.nix
This commit is contained in:
2025-11-27 17:47:34 +07:00
parent 6ec0435531
commit d63b70866f
3 changed files with 36 additions and 0 deletions

View File

@@ -107,4 +107,15 @@ in
domain = "think-backend.wegetthingsmade.com";
settings = commonSettings;
};
services.nginx.virtualHosts.${config.services.think-greaterchiangmai.domain} = {
addSSL = true;
forceSSL = true;
enableACME = true;
};
services.nginx.virtualHosts.${config.services.think-backend-greaterchiangmai.domain} = {
addSSL = true;
forceSSL = true;
enableACME = true;
};
}