feat(grfn/system): Install dropbox on all systems

Change-Id: I35aaf174c7193c6fa6610989d8334ceabcdb6ced
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8575
Autosubmit: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2023-05-15 10:08:33 -04:00 committed by clbot
parent a538939b3e
commit bb4d807974

View file

@ -118,4 +118,8 @@
enableBashIntegration = true;
enableZshIntegration = true;
};
services.dropbox = {
enable = true;
};
}