mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Setup restic backups
This commit is contained in:
parent
7954bc29f9
commit
579157fbf6
4 changed files with 40 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue