about summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems
diff options
context:
space:
mode:
authorKarmanyaah Malhotra <karmanyaah.gh@malhotra.cc>2023-04-04 13:21:17 -0400
committerKarmanyaah Malhotra <karmanyaah.git@malhotra.cc>2023-04-13 03:14:59 -0500
commit6086d85777372ceae7f41501802d1884e9e024ef (patch)
tree73823db44a983662086acb5368f841714ec55d60 /nixos/modules/services/network-filesystems
parent5fb09c9e3a88dd9c291ea6aeab3b63923d325d6a (diff)
downloadnixlib-6086d85777372ceae7f41501802d1884e9e024ef.tar
nixlib-6086d85777372ceae7f41501802d1884e9e024ef.tar.gz
nixlib-6086d85777372ceae7f41501802d1884e9e024ef.tar.bz2
nixlib-6086d85777372ceae7f41501802d1884e9e024ef.tar.lz
nixlib-6086d85777372ceae7f41501802d1884e9e024ef.tar.xz
nixlib-6086d85777372ceae7f41501802d1884e9e024ef.tar.zst
nixlib-6086d85777372ceae7f41501802d1884e9e024ef.zip
nixos/kubo: documentation suggestions
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'nixos/modules/services/network-filesystems')
-rw-r--r--nixos/modules/services/network-filesystems/kubo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/network-filesystems/kubo.nix b/nixos/modules/services/network-filesystems/kubo.nix
index e2cc477b23f9..468e47d749b7 100644
--- a/nixos/modules/services/network-filesystems/kubo.nix
+++ b/nixos/modules/services/network-filesystems/kubo.nix
@@ -320,7 +320,7 @@ in
           ipfs --offline config replace -
       '';
       postStop = mkIf cfg.autoMount ''
-        # After an unclean shutdown the fuse mounts at ${cfg.ipnsMountDir} and ${cfg.ipfsMountDir} are locked
+        # After an unclean shutdown the fuse mounts at cfg.ipnsMountDir and cfg.ipfsMountDir are locked
         umount --quiet '${cfg.ipnsMountDir}' '${cfg.ipfsMountDir}' || true
       '';
       serviceConfig = {