diff options
author | Alex Auvolat <alex@adnab.me> | 2023-08-26 11:26:31 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-08-26 11:26:31 +0200 |
commit | d48512ea150b0f55520cd59e169ebd57ba19cc38 (patch) | |
tree | 63d985f2e2948630945818059bc822517cb89511 /nixpkgs/lindy.nix | |
parent | 16b7e19f43f7153c6f6fd20bb69b431b40f2e9b5 (diff) | |
download | user-config-d48512ea150b0f55520cd59e169ebd57ba19cc38.tar.gz user-config-d48512ea150b0f55520cd59e169ebd57ba19cc38.zip |
add syncthing to kusanagi
Diffstat (limited to 'nixpkgs/lindy.nix')
-rw-r--r-- | nixpkgs/lindy.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixpkgs/lindy.nix b/nixpkgs/lindy.nix index dc24dae..c1baee5 100644 --- a/nixpkgs/lindy.nix +++ b/nixpkgs/lindy.nix @@ -9,6 +9,5 @@ enableBashIntegration = true; keys = [ "~/.ssh/id_ed25519" ]; }; - services.syncthing.enable = true; } |