aa96e25bbc
This is currently hosted by the company, and I'm assigning my copyright to the company, which also runs an ad placement on the page. Note that the NixOS module for hosting it has not been moved yet. Change-Id: Iba9e1cab9370faa79e43c3344fbfbbbabead50b3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7857 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
10 lines
222 B
Nix
10 lines
222 B
Nix
# Host predlozhnik.ru, serving //users/tazjin/predlozhnik
|
|
{ depot, ... }:
|
|
|
|
{
|
|
services.nginx.virtualHosts."predlozhnik.ru" = {
|
|
root = depot.corp.russian.predlozhnik;
|
|
enableACME = true;
|
|
forceSSL = true;
|
|
};
|
|
}
|