mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Add backups via restic to hetznix01
This commit is contained in:
parent
dcce63ecc6
commit
eb53309c33
2 changed files with 12 additions and 1 deletions
10
modules/hosts/nixos/hetznix01/restic.nix
Normal file
10
modules/hosts/nixos/hetznix01/restic.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
../../../system/common/linux/restic.nix
|
||||
];
|
||||
|
||||
services.restic.backups.daily.paths = [
|
||||
"/var/lib/uptime-kuma"
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue