From 4e09028ba4b0a3d2fa605ff333ecb9664ac754b5 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 10 Mar 2025 10:02:48 -0500 Subject: [PATCH] Run Syncthing as my user account. --- hosts/flynode/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/flynode/default.nix b/hosts/flynode/default.nix index 4acda9d..cb9de55 100644 --- a/hosts/flynode/default.nix +++ b/hosts/flynode/default.nix @@ -50,6 +50,11 @@ "flakes" ]; + services.syncthing = { + user = "nolan"; + group = "users"; + }; + # This option defines the first version of NixOS you have installed on this particular machine, # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. #