From b2b0a9fc7d2f7cbc15bb9ccb1104825105398371 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 11 Jul 2024 12:14:36 +0200 Subject: [PATCH] fix: correct indentation in mailserver configuration The indentation in the mailserver.nix file was fixed to follow proper syntax guidelines. This was a minor change, but it improves code readability and adherence to stylistic standards. --- systems/x86_64-linux/mx/mailserver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/mx/mailserver.nix b/systems/x86_64-linux/mx/mailserver.nix index 5d907af..2301514 100644 --- a/systems/x86_64-linux/mx/mailserver.nix +++ b/systems/x86_64-linux/mx/mailserver.nix @@ -226,7 +226,7 @@ ]; }; }; - }; + }; services.roundcube = { enable = true;