services: blog: make main site default host

This commit is contained in:
Bruno BELANYI 2021-02-07 22:18:13 +00:00
parent ed0381de32
commit 8bb2e096f6

View file

@ -23,6 +23,8 @@ let
forceSSL = true;
useACMEHost = "${domain}";
inherit root;
# Make my blog the default landing site
default = (name == domain);
};
in
{