nixos/ipfs: fix typo in comment

This typo was introduced in 4044d81d5c.
This commit is contained in:
Luflosi 2021-04-21 21:49:48 +02:00
parent 52b2fec43b
commit 5ff547e729
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -296,7 +296,7 @@ in {
systemd.sockets.ipfs-api = {
wantedBy = [ "sockets.target" ];
# We also include "%t/ipfs.sock" because tere is no way to put the "%t"
# We also include "%t/ipfs.sock" because there is no way to put the "%t"
# in the multiaddr.
socketConfig.ListenStream = let
fromCfg = multiaddrToListenStream cfg.apiAddress;