service/yggdrasil: Fix typos

This commit is contained in:
a-kenji
2025-10-01 16:29:40 +02:00
parent a9a1982943
commit 351087d4e1

View File

@@ -88,7 +88,7 @@
enable = true; enable = true;
openMulticastPort = true; openMulticastPort = true;
# We don't need this option, because we persist our keys with # 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 # systemd service to save/load the keys and should be removed
# from the NixOS module entirely, as it can be replaced by the # from the NixOS module entirely, as it can be replaced by the
# (at the time of writing undocumented) PrivateKeyPath= setting. # (at the time of writing undocumented) PrivateKeyPath= setting.