depot/hosts/VEGAS/services/websites/extra-sites.nix
2022-09-01 23:05:39 +02:00

9 lines
158 B
Nix

{ tools, ... }:
with tools.vhosts;
let
noSSL = { enableACME = false; forceSSL = false; };
in
{
"ky.rip" = simplePHP "/srv/storage/www/ky.rip" // noSSL;
}