Merge pull request #120104 from Luflosi/fix-typo-in-comment

nixos/ipfs: fix typo in comment
This commit is contained in:
Fabian Affolter
2021-04-21 22:52:25 +02:00
committed by GitHub

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;