1
0

hosts/mail-2: add to backup

This commit is contained in:
2023-05-22 07:46:11 +02:00
parent eb611f9c57
commit 2205429088
6 changed files with 52 additions and 11 deletions

View File

@@ -18,6 +18,16 @@
networking.interfaces.ens3.ipv6.addresses = [ { address = "2a01:4f8:1c1c:9577::1"; prefixLength = 64; } ];
networking.interfaces.ens3.ipv4.addresses = [ { address = "5.75.187.112"; prefixLength = 32; } ];
clerie.backup = {
enable = true;
jobs.main = {
paths = [
"/opt/mailcow-dockerized"
"/var/lib"
];
};
};
clerie.monitoring = {
enable = true;
id = "215";