diff --git a/nixos/hosts/nuc-server/default.nix b/nixos/hosts/nuc-server/default.nix
index edb0e3c8..11a8bea9 100644
--- a/nixos/hosts/nuc-server/default.nix
+++ b/nixos/hosts/nuc-server/default.nix
@@ -55,7 +55,7 @@ in {
 
   services.tailscale.extraUpFlags = [ 
     "--advertise-exit-node"
-    "--accept-routes=false"
+    "--accept-routes=false" # NOTE:  For some reason having this enabled causes the Synology to fail to connect.
     "--advertise-routes=192.168.1.31/32,192.168.1.32/32,192.168.1.33/32,192.168.1.34/32,192.168.1.0/24" 
   ];
 }