Add backup for bictoin-pulse db

This commit is contained in:
Tobias Ostner 2026-07-30 12:45:29 +07:00
parent 5753bf9e33
commit 532a8ed613
5 changed files with 179 additions and 20 deletions

View file

@ -119,5 +119,11 @@
defaultSopsFile = ./secrets/tobserver.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/var/lib/sops-nix/key.txt";
secrets."backblaze/tobcloud-backup-env" = {
owner = "root";
group = "root";
mode = "0400";
};
};
}