From 36c2c907d5dc952901a0c41d0953554d662a9c3a Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Wed, 28 May 2025 16:46:25 +0200 Subject: [PATCH] Fixed tls private key file name --- hosts/vm-vpn/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vm-vpn/configuration.nix b/hosts/vm-vpn/configuration.nix index aa13eb3..83e93bc 100644 --- a/hosts/vm-vpn/configuration.nix +++ b/hosts/vm-vpn/configuration.nix @@ -51,7 +51,7 @@ } ]; tlsCertificate = "${tlsFiles}/fullchain.pem"; - tlsKey = "${tlsFiles}/key.pem"; + tlsKey = "${tlsFiles}/privkey.pem"; }; }; networking.firewall = {