aboutsummaryrefslogtreecommitdiff
path: root/hosts/vps/configuration.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-30 04:24:07 +0200
committerschererleander <leander@schererleander.de>2025-05-30 04:24:07 +0200
commit1501c9d996da1c0055395bd1b31c243a10a8300f (patch)
tree85197f17b796294445e9b097cc9bda6f151596db /hosts/vps/configuration.nix
parent09d513ad78f2ab7d8b1f5fea7c977114e1d77f6d (diff)
nginx
Diffstat (limited to 'hosts/vps/configuration.nix')
-rw-r--r--hosts/vps/configuration.nix3
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;
};
};