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
commit 2fe3c76bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;