From 6e1989290dce2e3aa5a5bbd304b232a8a15672f9 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 21 Nov 2022 10:57:52 -0600 Subject: [PATCH] fixing missing bracket --- README.org | 2 +- system/kohlin/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index a72745b..8f9abb4 100644 --- a/README.org +++ b/README.org @@ -1816,7 +1816,7 @@ Kohlin's config is of course server oriented. #''; - }; + # }; # CADDY services.caddy = { diff --git a/system/kohlin/configuration.nix b/system/kohlin/configuration.nix index e21ba55..cf5e6ee 100644 --- a/system/kohlin/configuration.nix +++ b/system/kohlin/configuration.nix @@ -217,7 +217,7 @@ #''; - }; + # }; # CADDY services.caddy = {