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