From 3cd6369c1f7c30aa41e11caf1232de4d7ef97bde Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 15 Mar 2024 21:05:55 +0900 Subject: [PATCH] Update derp --- nixos/hosts/milan-linode-01/podman/derp.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/milan-linode-01/podman/derp.nix b/nixos/hosts/milan-linode-01/podman/derp.nix index ecd42b76..2dd633b3 100644 --- a/nixos/hosts/milan-linode-01/podman/derp.nix +++ b/nixos/hosts/milan-linode-01/podman/derp.nix @@ -12,8 +12,8 @@ image = "docker.io/fredliang/derper"; environment = { DERP_ADDR = ":1443"; - DERP_CERT_DIR = "/app/certs-temp"; - DERP_CERT_MODE = "letsencrypt"; + DERP_CERT_DIR = "/app/certs"; + DERP_CERT_MODE = "manual"; DERP_DOMAIN = "milan.sysctl.io"; DERP_STUN = "true"; };