about summary refs log tree commit diff
path: root/profiles
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-21 19:47:50 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-21 19:47:50 -0700
commita86366546b40f3726af99851b5bf96b332d41ed5 (patch)
treee84e2b1a0737e8cd0394e2996bd31ff8c500e1f6 /profiles
parentsyncthing: don't run from home (diff)
downloadworld-a86366546b40f3726af99851b5bf96b332d41ed5.tar.gz
syncthing: enable on trusted machines
Add the cert and key for aptos.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/trusted/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/trusted/default.nix b/profiles/trusted/default.nix
index bbaa1df..95f0645 100644
--- a/profiles/trusted/default.nix
+++ b/profiles/trusted/default.nix
@@ -16,5 +16,6 @@ in {
     my.home.mail.enable = true;
     my.home.pass.enable = true;
     my.home.seahorse.enable = isEnabled;
+    my.services.syncthing.enable = true;
   };
 }