feat: add bruno files to syncthing
This commit is contained in:
@@ -42,6 +42,11 @@ in
|
|||||||
label = "sync";
|
label = "sync";
|
||||||
devices = builtins.attrNames syncDevices;
|
devices = builtins.attrNames syncDevices;
|
||||||
};
|
};
|
||||||
|
bruno = {
|
||||||
|
path = "~/dev/bruno";
|
||||||
|
label = "bruno";
|
||||||
|
devices = builtins.attrNames syncDevices;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
devices = syncDevices;
|
devices = syncDevices;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user