mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds syncthing ids
This commit is contained in:
parent
df4605bda6
commit
5e49a17aa5
1 changed files with 4 additions and 0 deletions
|
|
@ -25,10 +25,14 @@
|
||||||
else if (host == "sakura") then
|
else if (host == "sakura") then
|
||||||
{
|
{
|
||||||
"systemMailerPassword" = { };
|
"systemMailerPassword" = { };
|
||||||
|
"dandelionSyncthingId" = { };
|
||||||
|
"sakuraSyncthingId" = { };
|
||||||
}
|
}
|
||||||
else if (host == "dandelion") then
|
else if (host == "dandelion") then
|
||||||
{
|
{
|
||||||
"systemMailerPassword" = { };
|
"systemMailerPassword" = { };
|
||||||
|
"dandelionSyncthingId" = { };
|
||||||
|
"sakuraSyncthingId" = { };
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{ };
|
{ };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue