diff options
author | Vincent Ambo <mail@tazj.in> | 2022-07-14T13·37+0000 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-07-14T15·01+0000 |
commit | 673796a7864f052f6870050ba94daeaf7f927075 (patch) | |
tree | ce7610aa6aeb0d8bdd0ddb5c8a18e1c4fe5111b8 /users | |
parent | af9dccb245e636653bb8b61009b1488f8c4fe960 (diff) |
feat(tazjin/home): enable syncthing service r/4299
Change-Id: I205db40e7673e06f854de5375ab89d01a1bef776 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5947 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users')
-rw-r--r-- | users/tazjin/home/shared.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix index 8e85d7b49f87..f7689bfda33d 100644 --- a/users/tazjin/home/shared.nix +++ b/users/tazjin/home/shared.nix @@ -73,6 +73,8 @@ backend = "glx"; }; + services.syncthing.enable = true; + # Enable the dunst notification daemon, but force the # configuration file separately instead of going via the strange # Nix->dunstrc encoding route. |