mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
feat: added syncthing
This commit is contained in:
parent
74e57b7b63
commit
7e84a2b77d
1 changed files with 2 additions and 11 deletions
|
|
@ -50,18 +50,9 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
devices =
|
devices =
|
||||||
if hostname == mars.name then
|
if hostname == mars.name then
|
||||||
builtins.attrValues {
|
syncDevices.phoneSync // syncDevices.synologySync
|
||||||
inherit (syncDevices)
|
|
||||||
phoneSync
|
|
||||||
synologySync
|
|
||||||
;
|
|
||||||
}
|
|
||||||
else if hostname == ceres.name then
|
else if hostname == ceres.name then
|
||||||
builtins.attrValues {
|
syncDevices.synologySync
|
||||||
inherit (syncDevices)
|
|
||||||
synologySync
|
|
||||||
;
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{ };
|
{ };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue