From 4b05726aa880780ec4210d6c0b1a3dd40fe8ca46 Mon Sep 17 00:00:00 2001
From: Chris Cochrun <chris@cochrun.xyz>
Date: Mon, 24 Oct 2022 06:32:34 -0500
Subject: [PATCH] missing semicolon

---
 README.org                       | 2 +-
 system/dalinar/configuration.nix | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index e61f5a3..7f704e7 100644
--- a/README.org
+++ b/README.org
@@ -1289,7 +1289,7 @@ Dalinar's config is of course server oriented.
       enable = true;
       serviceConfig = {
         Type = "oneshot";
-        ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew"
+        ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew";
       };
     };
   };
diff --git a/system/dalinar/configuration.nix b/system/dalinar/configuration.nix
index 63190e9..abd4177 100644
--- a/system/dalinar/configuration.nix
+++ b/system/dalinar/configuration.nix
@@ -238,7 +238,7 @@
       enable = true;
       serviceConfig = {
         Type = "oneshot";
-        ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew"
+        ExecStart = with pkgs.docker "sh -c /home/chris/bin/mail-cert-renew";
       };
     };
   };