about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2024-01-09 23:55:34 +0100
committerjopejoe1 <johannes@joens.email>2024-01-10 00:24:48 +0100
commit8967ac726c70f1f04f56866cbe646df4cbf18d33 (patch)
treec3dc0c3abddbcca5915f171c4d2c1e73c5d0147d /nixos/doc/manual
parentdf5728a4f4f5a365be96075a698d2b7013ee725f (diff)
downloadnixlib-8967ac726c70f1f04f56866cbe646df4cbf18d33.tar
nixlib-8967ac726c70f1f04f56866cbe646df4cbf18d33.tar.gz
nixlib-8967ac726c70f1f04f56866cbe646df4cbf18d33.tar.bz2
nixlib-8967ac726c70f1f04f56866cbe646df4cbf18d33.tar.lz
nixlib-8967ac726c70f1f04f56866cbe646df4cbf18d33.tar.xz
nixlib-8967ac726c70f1f04f56866cbe646df4cbf18d33.tar.zst
nixlib-8967ac726c70f1f04f56866cbe646df4cbf18d33.zip
nixos/manual: update sshfs section
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/configuration/sshfs-file-systems.section.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/doc/manual/configuration/sshfs-file-systems.section.md b/nixos/doc/manual/configuration/sshfs-file-systems.section.md
index d8c9dea6c337..e2e37454b7ea 100644
--- a/nixos/doc/manual/configuration/sshfs-file-systems.section.md
+++ b/nixos/doc/manual/configuration/sshfs-file-systems.section.md
@@ -38,8 +38,6 @@ The file system can be configured in NixOS via the usual [fileSystems](#opt-file
 Here's a typical setup:
 ```nix
 {
-  system.fsPackages = [ pkgs.sshfs ];
-
   fileSystems."/mnt/my-dir" = {
     device = "my-user@example.com:/my-dir/";
     fsType = "sshfs";