summary refs log tree commit diff stats
path: root/system/services/mail/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/services/mail/default.nix')
-rw-r--r--system/services/mail/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/services/mail/default.nix b/system/services/mail/default.nix
index 382a87f..c69e6bd 100644
--- a/system/services/mail/default.nix
+++ b/system/services/mail/default.nix
@@ -6,6 +6,10 @@
   ];
   users = import ./users.nix {};
 in {
+  imports = [
+    ./impermanence.nix
+  ];
+
   mailserver =
     lib.recursiveUpdate {
       enable = true;