pastila: move backups to infracoll
This commit is contained in:
parent
5ba24ad7c3
commit
d32d4ee54a
1 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue