services: matrix: add state to backup
This commit is contained in:
parent
61cd897d1f
commit
7a3588e17f
|
@ -177,5 +177,11 @@ in
|
|||
clientPort.public
|
||||
federationPort.public
|
||||
];
|
||||
|
||||
my.services.backup = {
|
||||
paths = [
|
||||
config.services.matrix-synapse.dataDir
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue