Speichere Mailman-Daten über Persistent

This commit is contained in:
Gonne 2024-02-06 11:45:05 +01:00
parent 466739f9fe
commit 11698708b9
2 changed files with 6 additions and 4 deletions

View file

@ -54,6 +54,8 @@ in {
environment.persistence.${config.impermanence.name} = {
directories = [
"/var/lib/acme" # Persist TLS keys and account
"/var/lib/mailman"
"/var/lib/mailman-web"
];
};