From 8a7d45c7534f3cbd529c085c2169ae4ab21b7226 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 24 Sep 2023 13:07:49 -0700 Subject: [PATCH] Fix typo --- dovecot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovecot.nix b/dovecot.nix index 6984049..d9c2e3d 100644 --- a/dovecot.nix +++ b/dovecot.nix @@ -195,7 +195,7 @@ in { group = cfg.mail-group; }; "${cfg.metrics.user}" = { - isySstemUser = true; + isSystemUser = true; group = cfg.metrics.group; }; };