aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-12-04 18:39:05 +0100
committerGitHub <noreply@github.com>2020-12-04 18:39:05 +0100
commitaaa5329d39724cff69f210da95aebda01a7edec3 (patch)
treefc2563e6d2a7cb3669c64f045116844b870977ae
parent005ea6cc187cbb79a2eab51dd32dc84b16558638 (diff)
systemd: Fix example (#1639)
missing `;`
-rw-r--r--modules/systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/systemd.nix b/modules/systemd.nix
index dea6517e4cd5..10f0f6a8a163 100644
--- a/modules/systemd.nix
+++ b/modules/systemd.nix
@@ -89,7 +89,7 @@ let
${type} = {
};
- }
+ };
};
'';