From e1cc2342b24a0d6e07901dc9c273f3e2ce8d39de Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Wed, 28 May 2025 14:12:00 +0200 Subject: [PATCH] Added certificates back in --- hosts/vm-vpn/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/vm-vpn/configuration.nix b/hosts/vm-vpn/configuration.nix index b1ae2dd..ff5e485 100644 --- a/hosts/vm-vpn/configuration.nix +++ b/hosts/vm-vpn/configuration.nix @@ -32,6 +32,8 @@ port = 51820; } ]; + tlsCertificate = "/var/lib/secrets/fullchain.pem"; + tlsKey = "/var/lib/secrets/key.pem"; }; }; networking.firewall = {