summary refs log tree commit diff stats
path: root/sys/services/restic/default.nix
blob: 0d02cd4c0774c6b860cb44f2f11d6b123d9b58b6 (plain) (blame)
1
2
3
4
5
6
{...}: {
  services.restic.backups = {
    backuphome = {
    };
  };
}