Add a generic backup solution.

This commit is contained in:
Lorenzo Good 2025-01-26 18:59:08 -06:00
parent d07ba813bf
commit a3aa93106a
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
2 changed files with 15 additions and 0 deletions

View file

@ -43,6 +43,10 @@ in {
SIGNUPS_ALLOWED = cfg.signups;
};
foehammer.backups.paths = [
"/var/lib/bitwarden_rs"
];
environmentFile = cfg.envPath;
};
}