aboutsummaryrefslogtreecommitdiff
path: root/modules/services/dropbox.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dropbox: fix bug caused by Python `gi` importeyjhb2020-07-301-17/+17
| | | | | | | | | | When running the service start script with `DISPLAY` set, a `gi` import error is triggered. Blanking the variable will make the script use a different code path that does not attempt to import `gi`. Also moves activation script up into start of script instead. PR #1415
* dropbox: add moduleeyjhb2020-07-251-0/+77
Ability to control Dropbox daemon, if it should start and where to place the files. PR #1391