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 { };