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