diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-21 19:47:50 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-21 19:47:50 -0700 |
commit | a86366546b40f3726af99851b5bf96b332d41ed5 (patch) | |
tree | e84e2b1a0737e8cd0394e2996bd31ff8c500e1f6 /profiles/trusted | |
parent | syncthing: don't run from home (diff) | |
download | world-a86366546b40f3726af99851b5bf96b332d41ed5.tar.gz |
syncthing: enable on trusted machines
Add the cert and key for aptos.
Diffstat (limited to 'profiles/trusted')
-rw-r--r-- | profiles/trusted/default.nix | 1 |
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; }; } |