From 0a7cb08c4bf45682b98b6fa443612c20eb3c64ae Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 21 Apr 2022 18:00:30 -0700 Subject: syncthing: enable on tahoe --- home/syncthing/default.nix | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 home/syncthing/default.nix (limited to 'home') diff --git a/home/syncthing/default.nix b/home/syncthing/default.nix deleted file mode 100644 index 4e8e4f3..0000000 --- a/home/syncthing/default.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ lib, config, pkgs, ... }: -let cfg = config.my.home.syncthing; -in { - options.my.home.syncthing = with lib; { - enable = mkEnableOption "syncthing configuration"; - }; - - config.home = { - services.syncthing = { - enable = true; - openDefaultPorts = true; - }; - }; -} -- cgit 1.4.1