mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
10 lines
152 B
Nix
10 lines
152 B
Nix
{ ... }: {
|
|
imports = [
|
|
../../../system/common/linux/restic.nix
|
|
];
|
|
|
|
services.restic.backups.daily.paths = [
|
|
"/var/lib/uptime-kuma"
|
|
];
|
|
}
|
|
|