From a71aa5e81eecccfe15a6b9aaa2300a944172751b Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Fri, 9 Feb 2024 12:01:42 +0100 Subject: better darwin handling --- profiles/core/syncthing.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 profiles/core/syncthing.nix (limited to 'profiles/core/syncthing.nix') diff --git a/profiles/core/syncthing.nix b/profiles/core/syncthing.nix new file mode 100644 index 0000000..ecb633c --- /dev/null +++ b/profiles/core/syncthing.nix @@ -0,0 +1,6 @@ +{lib,...}: with lib; { + services.syncthing = { + enable = true; + user = ivi.username; + }; +} -- cgit v1.2.3