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

@ -1,5 +1,6 @@
{
pkgs,
pkgs-stable,
config,
secrets,
...
@ -17,6 +18,7 @@
services.firefox-syncserver = {
enable = true;
package = pkgs-stable.syncstorage-rs;
secrets = config.age.secrets.roam-firefox-sync-secret.path;
singleNode = {
enable = true;