fwminex: +synthing

This commit is contained in:
2024-07-30 22:46:29 +03:00
parent 6d6d68584e
commit 6a54c9f69d
3 changed files with 48 additions and 68 deletions

View File

@@ -124,6 +124,13 @@ in
];
};
syncthing = {
enable = true;
dataDir = "/home/motiejus/";
user = "motiejus";
group = "users";
};
remote-builder.client =
let
host = myData.hosts."fra1-a.servers.jakst";

View File

@@ -135,10 +135,7 @@
{
mountpoint = "/home";
repo = "zh2769@zh2769.rsync.net:${config.networking.hostName}.${config.networking.domain}-home-motiejus-annex2";
paths = [
"motiejus/annex2"
"motiejus/.config/syncthing"
];
paths = [ "motiejus/annex2" ];
backup_at = "*-*-* 02:00:00 UTC";
}
{
@@ -146,10 +143,7 @@
repo = "borgstor@${
myData.hosts."vno3-rp3b.servers.jakst".jakstIP
}:${config.networking.hostName}.${config.networking.domain}-home-motiejus-annex2";
paths = [
"motiejus/annex2"
"motiejus/.config/syncthing"
];
paths = [ "motiejus/annex2" ];
backup_at = "*-*-* 02:00:00 UTC";
}
];