nix-config/hosts/elisabeth/blog.nix

8 lines
132 B
Nix
Raw Normal View History

2024-04-26 22:06:02 +02:00
{
services.nginx.virtualHosts."blog.lel.lol" = {
root = "/persist/blog";
forceSSL = true;
useACMEHost = "web";
};
}