From 26746f212e4ca9bb875ef2e7958edacdaab0d6cd Mon Sep 17 00:00:00 2001 From: Evan Cassidy Date: Mon, 24 Jul 2023 13:50:33 +0000 Subject: [PATCH] [webmail] typo --- applications/email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/email.nix b/applications/email.nix index 26780b3..3f5b44e 100644 --- a/applications/email.nix +++ b/applications/email.nix @@ -134,7 +134,7 @@ $config['smtp_user'] = "%u"; $config['smtp_pass'] = "%p"; ''; - + } # systemd.services.dovecot2.serviceConfig = { # # restart it daily, override default values # Restart = lib.mkForce "always";