summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems/ipfs.nix
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2021-04-21 21:49:48 +0200
committerLuflosi <luflosi@luflosi.de>2021-04-21 21:49:48 +0200
commit5ff547e729631db540ab7207471baba01ec09312 (patch)
tree00ba96c67c36d0fa501d2050778efa048ab09bad /nixos/modules/services/network-filesystems/ipfs.nix
parent52b2fec43ba8d39c003627fe5f7fa59195bd40f2 (diff)
downloadnixpkgs-5ff547e729631db540ab7207471baba01ec09312.tar
nixpkgs-5ff547e729631db540ab7207471baba01ec09312.tar.gz
nixpkgs-5ff547e729631db540ab7207471baba01ec09312.tar.bz2
nixpkgs-5ff547e729631db540ab7207471baba01ec09312.tar.lz
nixpkgs-5ff547e729631db540ab7207471baba01ec09312.tar.xz
nixpkgs-5ff547e729631db540ab7207471baba01ec09312.tar.zst
nixpkgs-5ff547e729631db540ab7207471baba01ec09312.zip
nixos/ipfs: fix typo in comment
This typo was introduced in 4044d81d5cea617e58ec9682f9cc447dde326850.
Diffstat (limited to 'nixos/modules/services/network-filesystems/ipfs.nix')
-rw-r--r--nixos/modules/services/network-filesystems/ipfs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/network-filesystems/ipfs.nix b/nixos/modules/services/network-filesystems/ipfs.nix
index 2082d513161..88d355ff32c 100644
--- a/nixos/modules/services/network-filesystems/ipfs.nix
+++ b/nixos/modules/services/network-filesystems/ipfs.nix
@@ -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;