nix/host/x86_64-linux/home/Const.nix
2025-01-09 15:39:05 +03:00

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";
};
}