can be simpler, issue before was caching

This commit is contained in:
twoneis 2025-02-20 01:09:39 +01:00
parent 55e8323783
commit 8c28158095

View file

@ -9,9 +9,6 @@ in mkIf conf.website.enable {
useACMEHost = "twoneis.site";
forceSSL = true;
root = "/var/lib/website/";
extraConfig = "
index index.html;
";
};
};
}