From 527a5c58bb03fc0a8844032ac7b2b928e1a61446 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Mon, 22 Jan 2024 21:17:53 -0500 Subject: [PATCH] syncthing part 1 --- modules/nixos-common.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/nixos-common.nix b/modules/nixos-common.nix index a012164..c013823 100644 --- a/modules/nixos-common.nix +++ b/modules/nixos-common.nix @@ -58,6 +58,16 @@ }; virtualisation.docker.enable = true; + services.syncthing = { + enable = true; + settings.devices = { + bicep = { + id = "6MQCKOZ-DR3J5I5-NW5Y4DG-62Q3HDM-GRVWC6K-3VKXOLO-C7EP63B-IKGQZQO"; + autoAcceptFolders = true; + }; + }; + }; + # ------------ Nix ------------ nix.settings = {