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"; };