diff options
Diffstat (limited to 'hosts/vps/configuration.nix')
| -rw-r--r-- | hosts/vps/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix index 7dee03d..e80beff 100644 --- a/hosts/vps/configuration.nix +++ b/hosts/vps/configuration.nix @@ -45,6 +45,9 @@ enable = true; virtualHosts."schererleander.de" = { root = "/var/www/site"; + sslCertificate = "/etc/ssl/certs/schererleander.de.crt"; + sslCertificateKey = "/etc/ssl/private/schererleander.de.key"; + forceSSL = true; }; }; |
