sept rice

This commit is contained in:
iofq 2025-08-03 10:38:37 -05:00
parent 89ab499605
commit 66ba28aaf3
12 changed files with 572 additions and 293 deletions

View file

@ -1,10 +1,11 @@
{config, ...}: {
{ config, ... }:
{
sops = {
defaultSopsFile = ../../secrets/restic.yaml;
secrets = {
"b2-immich/env" = {};
"b2-immich/repo" = {};
"b2-immich/password" = {};
"b2-immich/env" = { };
"b2-immich/repo" = { };
"b2-immich/password" = { };
};
};
services.restic.backups = {
@ -15,7 +16,7 @@
passwordFile = config.sops.secrets."b2-immich/password".path;
paths = [
"/rice/immich"
"/srv/immich"
];
timerConfig = {
OnCalendar = "06:00";