8 lines
218 B
Nix
8 lines
218 B
Nix
{ ... }: {
|
|
config.const.host = {
|
|
domain = "voronind.com";
|
|
sslCertificate = "/etc/letsencrypt/live/voronind.com/fullchain.pem";
|
|
sslCertificateKey = "/etc/letsencrypt/live/voronind.com/privkey.pem";
|
|
};
|
|
}
|