enable roundcube, backup mailserver

This commit is contained in:
andromeda
2026-01-10 10:01:38 +01:00
parent a57edbf3fd
commit 13141933b4
2 changed files with 8 additions and 1 deletions

View File

@@ -69,7 +69,7 @@
# roundcube webmail client # roundcube webmail client
# webmail.domain # webmail.domain
# ./modules/nixos/roundcube.nix ./modules/nixos/roundcube.nix
# zulip chat client # zulip chat client
# chat.domain # chat.domain

View File

@@ -28,4 +28,11 @@
acceptTerms = true; acceptTerms = true;
defaults.email = "mtgmonket@gmail.com"; defaults.email = "mtgmonket@gmail.com";
}; };
environment.persistence."/persist" = {
directories = [
"/var/dkim"
"/var/vmail"
"/var/lib/redis-rspamd"
];
};
} }