HermitCollective.nix/sites/hertog.hermitcollective.net/default.nix

8 lines
137 B
Nix
Raw Normal View History

2024-03-06 09:36:35 +00:00
{
services.nginx.virtualHosts."hertog.hermitcollective.net" = {
forceSSL = true;
enableACME = true;
root = "./";
};
2024-03-06 09:25:15 +00:00
}