From 2c6f2b00309db3640e15064259a1cb691b32c3a6 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Thu, 26 Dec 2024 20:54:26 +0100 Subject: [PATCH] More fixes --- roles/traefik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/traefik.nix b/roles/traefik.nix index 489af26..13566e1 100644 --- a/roles/traefik.nix +++ b/roles/traefik.nix @@ -80,7 +80,7 @@ websecure = { address = ":443"; - tls = { + http.tls = { certResolver = "letsencrypt"; domains = map (domain: { main = domain;