From 65cd17419f4c40f876a38b6d96abbb535d479adc Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 13 Jun 2023 03:59:30 -0400 Subject: [PATCH] traefik: formatting --- hosts/sakura/services/traefik.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hosts/sakura/services/traefik.nix b/hosts/sakura/services/traefik.nix index eceaa72..cffb130 100644 --- a/hosts/sakura/services/traefik.nix +++ b/hosts/sakura/services/traefik.nix @@ -113,8 +113,12 @@ sendAnonymousUsage = false; }; entryPoints = { - websecure.address = ":443"; - web.address = ":80"; + websecure = { + address = ":443"; + }; + web = { + address = ":80"; + }; }; certificatesResolvers = { staging.acme = {