From a906bcce3d3d83ef55b5c3ba854c34845d360a7c Mon Sep 17 00:00:00 2001 From: th3r00t Date: Wed, 20 Aug 2025 14:26:43 -0400 Subject: [PATCH] fixed missing ; --- modules/home-manager-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager-common.nix b/modules/home-manager-common.nix index 1447270..3239ce9 100644 --- a/modules/home-manager-common.nix +++ b/modules/home-manager-common.nix @@ -12,7 +12,7 @@ }; services.syncthing = { enable = true; - guiAddress = "0.0.0.0:8384" + guiAddress = "0.0.0.0:8384"; }; programs.ranger = { enable = true;