pastila: move backups to infracoll

This commit is contained in:
Armaël Guéneau 2024-11-29 19:41:45 +01:00
parent 5ba24ad7c3
commit d32d4ee54a

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
services.restic.backups."borgbase" = { services.restic.backups."infracoll" = {
paths = [ paths = [
"/home" "/home"
"/root" "/root"
@ -33,6 +33,7 @@
repositoryFile = /etc/secrets/restic/repo; repositoryFile = /etc/secrets/restic/repo;
passwordFile = "/etc/secrets/restic/password"; passwordFile = "/etc/secrets/restic/password";
environmentFile = "/etc/secrets/restic/env";
}; };
} }