7 lines
171 B
Nix
7 lines
171 B
Nix
{
|
|
services.nginx.virtualHosts."objectionable.solutions" = {
|
|
forceSSL = true;
|
|
enableACME = true;
|
|
root = "/etc/nixos/sites/objectionable.solutions";
|
|
};
|
|
}
|