From ca14a8ce6cf7672cbacab9e1706d13cba81299b1 Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 15 Mar 2024 19:37:35 +0900 Subject: [PATCH] test --- nixos/hosts/milan-linode-01/podman/derp.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/milan-linode-01/podman/derp.nix b/nixos/hosts/milan-linode-01/podman/derp.nix index a1248f0e..da9efe34 100644 --- a/nixos/hosts/milan-linode-01/podman/derp.nix +++ b/nixos/hosts/milan-linode-01/podman/derp.nix @@ -12,9 +12,9 @@ image = "docker.io/fredliang/derper"; environment = { DERP_ADDR = ":1443"; - DERP_CERT_DIR = "/app/certs"; - DERP_CERT_MODE = "manual"; - DERP_DOMAIN = "sysctl.io"; + DERP_CERT_DIR = "/app/certs-temp"; + DERP_CERT_MODE = "letsencrypt"; + DERP_DOMAIN = "milan.sysctl.io"; DERP_STUN = "true"; }; volumes = [