From 829655f4badd30a166bc712cad51ffe61a21eab5 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sat, 15 Nov 2025 21:09:36 +0100 Subject: [PATCH] Add 'Syncthing' example config to 'astyanax' host --- hosts/astyanax/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/astyanax/configuration.nix b/hosts/astyanax/configuration.nix index ce0b8fb..4ce8e97 100644 --- a/hosts/astyanax/configuration.nix +++ b/hosts/astyanax/configuration.nix @@ -47,6 +47,17 @@ services.syncthing = { enable = true; openDefaultPorts = true; + folders = { + "/home/h/sync" = { + id = "sync"; + devices = [ ]; + }; + }; + devices = { + # "device1" = { + # id = "DEVICE-ID-GOES-HERE"; + # }; + }; }; services.locate = {