Setup restic backups

This commit is contained in:
Gene Liverman 2024-04-06 21:08:11 -04:00
parent 7954bc29f9
commit 579157fbf6
4 changed files with 40 additions and 2 deletions

View file

@ -20,4 +20,7 @@ in {
];
};
};
services.restic.backups.daily.paths = [
"/orico/audiobookshelf"
];
}

View file

@ -3,6 +3,7 @@
./hardware-configuration.nix
./audiobookshelf.nix
./containers/nginx-proxy.nix
../../../system/common/linux/restic.nix
];
system.stateVersion = "23.11";
@ -132,6 +133,9 @@
};
};
resolved.enable = true;
restic.backups.daily.paths = [
"/orico/jellyfin/data"
];
tailscale = {
enable = true;
authKeyFile = config.sops.secrets.tailscale_key.path;