vno3-nk: onboard to main syncthing module

This commit is contained in:
2025-05-24 22:20:58 +03:00
parent d9ddb0b3e0
commit a2a896e2fe
4 changed files with 25 additions and 28 deletions

View File

@@ -19,6 +19,8 @@ in
sasl-passwd.file = ../../secrets/postfix_sasl_passwd.age;
borgbackup-password.file = ../../secrets/fwminex/borgbackup-password.age;
timelapse.file = ../../secrets/timelapse.age;
syncthing-key.file = ../../secrets/vno3-nk/syncthing/key.pem.age;
syncthing-cert.file = ../../secrets/vno3-nk/syncthing/cert.pem.age;
ssh8022-server = {
file = ../../secrets/ssh8022.age;
owner = "spiped";
@@ -221,6 +223,13 @@ in
hostname = "hdd.jakstys.lt";
};
syncthing = {
enable = true;
dataDir = "/var/lib/jakstpub/";
user = "jakstpub";
group = "jakstpub";
};
};
};