parent
850432f8fd
commit
752849f434
4 changed files with 6 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
}:
|
||||
{
|
||||
my.backup = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
jobName = "crashRsync";
|
||||
paths = [
|
||||
"/var/backup"
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
./hardware-configuration.nix
|
||||
./gitlab.nix
|
||||
./backup.nix
|
||||
./rclone.nix
|
||||
./postgres.nix
|
||||
./wireguard.nix
|
||||
./adguard.nix
|
||||
|
@ -21,7 +22,9 @@
|
|||
./wireguard.nix
|
||||
./grafana.nix
|
||||
./conduwuit.nix
|
||||
./immich.nix
|
||||
./element.nix
|
||||
./attic.nix
|
||||
];
|
||||
|
||||
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
}:
|
||||
{
|
||||
my.backup = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
jobName = "titanRsync";
|
||||
repo = "titan";
|
||||
passFile = config.sops.secrets."borg/rsyncnet".path;
|
||||
|
|
|
@ -205,7 +205,7 @@
|
|||
};
|
||||
|
||||
my.backup = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
jobName = "ytnixRsync";
|
||||
exclude = [
|
||||
"/var/lib/private/ollama"
|
||||
|
|
Loading…
Add table
Reference in a new issue