From 78907aa98c1af8624a62ca123d088c6c16424f41 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 21 Jul 2024 01:09:48 +0700 Subject: init --- hosts/syncthing.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hosts/syncthing.nix (limited to 'hosts/syncthing.nix') diff --git a/hosts/syncthing.nix b/hosts/syncthing.nix new file mode 100644 index 0000000..09b0d9b --- /dev/null +++ b/hosts/syncthing.nix @@ -0,0 +1,9 @@ +{ pkgs, ...}: +{ + services.syncthing = { + enable = true; + user = "y"; + dataDir = "/home/y/sync/data"; + configDir = "/home/y/sync/.config"; + }; +} -- cgit v1.2.3