From 351087d4e135b1d68e3f6a64a9392e4c67b6871b Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 1 Oct 2025 16:29:40 +0200 Subject: [PATCH] service/yggdrasil: Fix typos --- clanServices/yggdrasil/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clanServices/yggdrasil/default.nix b/clanServices/yggdrasil/default.nix index 1cae1ecd6..8dc1132ff 100644 --- a/clanServices/yggdrasil/default.nix +++ b/clanServices/yggdrasil/default.nix @@ -88,7 +88,7 @@ enable = true; openMulticastPort = true; # We don't need this option, because we persist our keys with - # vars by ourselfs. This option creates an unnessesary additional + # vars by ourselves. This option creates an unnecesary additional # systemd service to save/load the keys and should be removed # from the NixOS module entirely, as it can be replaced by the # (at the time of writing undocumented) PrivateKeyPath= setting.