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 = {