unison over vpn

This commit is contained in:
Henri Dohmen 2025-10-10 23:47:35 +02:00
parent aca4caf02c
commit 07eb62fc87
Signed by: hd
GPG key ID: AB79213B044674AE
4 changed files with 25 additions and 3 deletions

View file

@ -37,11 +37,11 @@ in
pairs = {
"docs".roots = [
"/home/hd/Documents"
"ssh://roam//home/hd/Documents"
"ssh://roam.lan//home/hd/Documents"
];
"desktop".roots = [
"/home/hd/Desktop"
"ssh://roam//home/hd/Desktop"
"ssh://roam.lan//home/hd/Desktop"
];
};
};