From bb4d80797404d77a28a5eebe6c379285264b8c2d Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 15 May 2023 10:08:33 -0400 Subject: feat(grfn/system): Install dropbox on all systems Change-Id: I35aaf174c7193c6fa6610989d8334ceabcdb6ced Reviewed-on: https://cl.tvl.fyi/c/depot/+/8575 Autosubmit: grfn Tested-by: BuildkiteCI Reviewed-by: grfn --- users/grfn/system/home/modules/common.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'users/grfn/system/home') diff --git a/users/grfn/system/home/modules/common.nix b/users/grfn/system/home/modules/common.nix index ab0a2d925d2c..7714644841ba 100644 --- a/users/grfn/system/home/modules/common.nix +++ b/users/grfn/system/home/modules/common.nix @@ -118,4 +118,8 @@ enableBashIntegration = true; enableZshIntegration = true; }; + + services.dropbox = { + enable = true; + }; } -- cgit 1.4.1