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 = {
|
||||
devices =
|
||||
if hostname == mars.name then
|
||||
builtins.attrValues {
|
||||
inherit (syncDevices)
|
||||
phoneSync
|
||||
synologySync
|
||||
;
|
||||
}
|
||||
syncDevices.phoneSync // syncDevices.synologySync
|
||||
else if hostname == ceres.name then
|
||||
builtins.attrValues {
|
||||
inherit (syncDevices)
|
||||
synologySync
|
||||
;
|
||||
}
|
||||
syncDevices.synologySync
|
||||
else
|
||||
{ };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue