From ac01f191fb8296c9a4953ecf267188cf65756268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sun, 2 Jun 2024 01:37:11 +0300 Subject: [PATCH] Add public device IDs to syncthing --- syncthing.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/syncthing.nix b/syncthing.nix index 9ced0b0..3f564e1 100644 --- a/syncthing.nix +++ b/syncthing.nix @@ -8,12 +8,14 @@ settings = { devices = { + "helium" = { id = "2MRUBSY-NHXYMAW-SY22RHP-CNNMHKR-DPDKMM4-2XV5F6M-6KSNLQI-DD4EOAM"; }; + "nixos-cpu" = { id = "ZX35ARB-3ULEUV3-NNUEREF-DEDWOJU-GE7A4PP-T7O43NI-SU564OD-E26HHA4"; }; }; folders = let default = { - devices = []; + devices = [ "helium" "nixos-cpu" ]; versioning = { type = "trashcan"; params.cleanoutDays = "30";