about summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2024-01-24 22:04:41 +0100
committerGitHub <noreply@github.com>2024-01-24 22:04:41 +0100
commit65f1d643032cb47e9ca92c5c7d82c1d6f51b5969 (patch)
treec8841392fece30983f9b5158092846a64900dbda /nixos/modules/module-list.nix
parent57ffca844737585a23d503f60e82fc36df11ad23 (diff)
parent8967ac726c70f1f04f56866cbe646df4cbf18d33 (diff)
downloadnixlib-65f1d643032cb47e9ca92c5c7d82c1d6f51b5969.tar
nixlib-65f1d643032cb47e9ca92c5c7d82c1d6f51b5969.tar.gz
nixlib-65f1d643032cb47e9ca92c5c7d82c1d6f51b5969.tar.bz2
nixlib-65f1d643032cb47e9ca92c5c7d82c1d6f51b5969.tar.lz
nixlib-65f1d643032cb47e9ca92c5c7d82c1d6f51b5969.tar.xz
nixlib-65f1d643032cb47e9ca92c5c7d82c1d6f51b5969.tar.zst
nixlib-65f1d643032cb47e9ca92c5c7d82c1d6f51b5969.zip
Merge pull request #279923 from jopejoe1/sshfs
nixos/filesystems: set `system.fsPackages` for sshfs
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index 041169f0b052..815061639c69 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -1519,6 +1519,7 @@
   ./tasks/filesystems/nfs.nix
   ./tasks/filesystems/ntfs.nix
   ./tasks/filesystems/reiserfs.nix
+  ./tasks/filesystems/sshfs.nix
   ./tasks/filesystems/squashfs.nix
   ./tasks/filesystems/unionfs-fuse.nix
   ./tasks/filesystems/vboxsf.nix