From aaa5329d39724cff69f210da95aebda01a7edec3 Mon Sep 17 00:00:00 2001
From: Sandro <sandro.jaeckel@gmail.com>
Date: Fri, 4 Dec 2020 18:39:05 +0100
Subject: [PATCH] systemd: Fix example (#1639)

missing `;`
---
 modules/systemd.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/systemd.nix b/modules/systemd.nix
index dea6517e4..10f0f6a8a 100644
--- a/modules/systemd.nix
+++ b/modules/systemd.nix
@@ -89,7 +89,7 @@ let
         ${type} = {
           …
         };
-      }
+      };
     };
   '';