nix/host/x86_64-linux/home/Const.nix

8 lines
218 B
Nix
Raw Normal View History

2025-01-09 14:35:30 +03:00
{ ... }: {
config.const.host = {
domain = "voronind.com";
sslCertificate = "/etc/letsencrypt/live/voronind.com/fullchain.pem";
sslCertificateKey = "/etc/letsencrypt/live/voronind.com/privkey.pem";
};
}