diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-10-07 18:55:30 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-10-07 18:55:30 -0500 |
commit | 616c0b69313ce28bcc727b1763e99604929c30da (patch) | |
tree | d09cf3083ead9885000487440f48ce4e43a920f8 /nixos/.flake/home/services/syncthing.nix.org | |
parent | 0ef7783a21a5f63f45d8c1bc466d0dce435f966e (diff) |
begin nix migration for mac
Diffstat (limited to 'nixos/.flake/home/services/syncthing.nix.org')
l---------[-rw-r--r--] | nixos/.flake/home/services/syncthing.nix.org | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/nixos/.flake/home/services/syncthing.nix.org b/nixos/.flake/home/services/syncthing.nix.org index 42dbf50..8d42514 100644..120000 --- a/nixos/.flake/home/services/syncthing.nix.org +++ b/nixos/.flake/home/services/syncthing.nix.org @@ -1,12 +1 @@ -#+title: Syncthing Configuration - -Enable Syncthing service. -#+begin_src nix :tangle ~/.flake/home/services/syncthing.nix :mkdirp yes -{ config, pkgs, ... }: - -{ - services.syncthing = { - enable = true; - }; -} -#+end_src +../../../../common/.flake/home/services/syncthing.nix.org
\ No newline at end of file |