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