From a24dc7da41c18ef68ea32b27995c60c9494f579c Mon Sep 17 00:00:00 2001
From: ene <ene@sils.li>
Date: Sat, 18 Mar 2023 17:34:44 +0100
Subject: Feat(system/mail): Use '/' to separate mailboxes

This is something that just makes the file system easier to traverse, but
isn't really necessary.
---
 system/mail/default.nix | 1 +
 1 file changed, 1 insertion(+)

(limited to 'system')

diff --git a/system/mail/default.nix b/system/mail/default.nix
index 2f58c03..98af119 100644
--- a/system/mail/default.nix
+++ b/system/mail/default.nix
@@ -17,6 +17,7 @@ in {
   # SMTP
   enableSubmission = false;
   enableSubmissionSsl = true;
+  useFsLayout = true;
 
   mailDirectory = "/srv/mail/vmail";
   dkimKeyDirectory = "/srv/mail/dkim";
-- 
cgit 1.4.1