mail: Send backups to marabethia
All checks were successful
Cachix / build (elendel) (push) Successful in 1m7s
Cachix / build (kholinar) (push) Successful in 2m5s
Cachix / build (lasting-integrity) (push) Successful in 1m16s
Cachix / build (marabethia) (push) Successful in 1m7s
Cachix / build (urithiru) (push) Successful in 1m19s

This commit is contained in:
Charlotte Van Petegem 2024-11-11 12:20:19 +01:00
parent d02688f1bc
commit cecbbd99d8
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -86,4 +86,9 @@
}; };
}; };
programs.msmtp.enable = false; programs.msmtp.enable = false;
services.znapzend.zetup."zdata/big-apps/mail".destinations."marabethia.vanpetegem.me" = {
plan = "1day=>1hour,1week=>1day,4week=>1week,1year=>4week,10year=>1year";
host = "marabethia.vanpetegem.me";
dataset = "zroot/safe/services/mail";
};
} }