nixos/ipfs: fix typo in comment
This typo was introduced in 4044d81d5c
.
This commit is contained in:
parent
52b2fec43b
commit
5ff547e729
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user