From fdbcd907e9bd05c11d9b5c90b5bb553d7ed4be31 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 19 Feb 2025 15:44:05 +0700 Subject: [PATCH] nixos/syncthing: Fix typos --- nixos/modules/services/networking/syncthing.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/networking/syncthing.nix b/nixos/modules/services/networking/syncthing.nix index 2d32cf451706..62fb1d200413 100644 --- a/nixos/modules/services/networking/syncthing.nix +++ b/nixos/modules/services/networking/syncthing.nix @@ -21,7 +21,7 @@ let # note that the dot in front of `${path}` is the hostname, which is # required. then "--unix-socket ${cfg.guiAddress} http://.${path}" - # no adjustements are needed if cfg.guiAddress is a network address + # no adjustments are needed if cfg.guiAddress is a network address else "${cfg.guiAddress}${path}" ; @@ -68,7 +68,7 @@ let /* Syncthing's rest API for the folders and devices is almost identical. Hence we iterate them using lib.pipe and generate shell commands for both at - the sime time. */ + the same time. */ (lib.pipe { # The attributes below are the only ones that are different for devices / # folders.