fwminex: backup headscale keys

This commit is contained in:
2024-08-02 14:17:03 +03:00
parent ba4ed771cc
commit 293d02b565
2 changed files with 6 additions and 2 deletions

View File

@@ -119,6 +119,12 @@ in
prefix = "${host}:${config.networking.hostName}.${config.networking.domain}";
in
[
{
subvolume = "/var/lib";
repo = "${prefix}-var_lib";
paths = [ "headscale" ];
backup_at = "*-*-* 01:00:01 UTC";
}
{
subvolume = "/home";
repo = "${prefix}-home-motiejus-annex2";