Enable restic backups

This commit is contained in:
Andrea Ciceri 2023-12-26 11:02:49 +01:00
parent 31056ba23a
commit 106a9c3630
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
27 changed files with 396 additions and 304 deletions

View file

@ -159,6 +159,10 @@ in {
};
};
backup.paths = [
"/var/lib/hass"
];
# virtualisation.oci-containers = {
# backend = "podman";
# containers.homeassistant = {