hosts/mail-2: add to backup
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user