From 6df3bc37e1982766d783b3cae8c84de2cf65721f Mon Sep 17 00:00:00 2001 From: tootbrute Date: Tue, 24 Mar 2026 15:30:35 +0800 Subject: [PATCH] fix config file config for caddy --- services/caddy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/caddy.nix b/services/caddy.nix index 80030ae..49c8825 100644 --- a/services/caddy.nix +++ b/services/caddy.nix @@ -6,8 +6,8 @@ services.caddy = { package = pkgs.caddy.withPlugins { plugins = [ "github.com/caddy-dns/gandi@v1.1.0" ]; hash = "sha256-5mjD0CY7f5+sRtV1rXysj8PvId2gQaWiXlIaTg2Lv8A="; - configFile = ./Caddyfile; }; + configFile = ./Caddyfile; }; }