matrix: add FIXME

This commit is contained in:
Antoine Martin 2021-03-24 01:26:25 +01:00
parent 0a4fb2e7f7
commit 8b5e107aea

View file

@ -182,6 +182,7 @@ in {
my.services.borg-backup = mkIf cfg.enable {
paths = [ "/var/lib/matrix-synapse" ];
# FIXME: find out what I can exclude safely
};
};
}