From 6554bcf882d4ad31b7f0096571b75e34cc8a4912 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 4 Oct 2025 01:56:04 -0500 Subject: [PATCH] final syncthing --- modules/syncthing.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/syncthing.nix b/modules/syncthing.nix index 10c8a4e..db9f954 100644 --- a/modules/syncthing.nix +++ b/modules/syncthing.nix @@ -3,8 +3,8 @@ { services.syncthing = { enable = true; - user = "blake"; - group = "blake"; + user = "syncthing"; + group = "syncthing"; # webui guiAddress = "0.0.0.0:2222";