From 5e49a17aa563a8ae1a05a0ca56752c0d3e8f03ca Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 5 Aug 2025 21:01:38 +0200 Subject: [PATCH] feat: adds syncthing ids --- modules/core/sops.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/core/sops.nix b/modules/core/sops.nix index 1ec50d1..0ef4b58 100644 --- a/modules/core/sops.nix +++ b/modules/core/sops.nix @@ -25,10 +25,14 @@ else if (host == "sakura") then { "systemMailerPassword" = { }; + "dandelionSyncthingId" = { }; + "sakuraSyncthingId" = { }; } else if (host == "dandelion") then { "systemMailerPassword" = { }; + "dandelionSyncthingId" = { }; + "sakuraSyncthingId" = { }; } else { };