From f92da5286a388bc9fe351f1f1a68749d929c0d99 Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 29 Jun 2025 17:47:48 +0300 Subject: [PATCH] Typo --- hosts/puter/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/puter/syncthing.nix b/hosts/puter/syncthing.nix index 3c1dd6a..7f119fe 100644 --- a/hosts/puter/syncthing.nix +++ b/hosts/puter/syncthing.nix @@ -34,7 +34,7 @@ # Name of folder in Syncthing, also the folder ID path = "/home/user/brain_zero/"; # Which folder to add to Syncthing type = "sendonly"; - devices = [ "bigboxuser" ]; # Which devices to share the folder with + devices = [ "bigbox" ]; # Which devices to share the folder with }; "puter_home" = { path = "/home/user/";