afuse

afuse 0.5.0

Automounter in userspace

https://github.com/pcarrier/afuse
GNU General Public License v2.0 only
programs: afuse-avahissh, afuse
Platforms (46)
mips-linuxx86_64-darwinaarch64-netbsdarmv6l-netbsdx86_64-openbsdmipsel-netbsdi686-openbsdaarch64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  afuse
];
Ad-hoc shell
nix-shell -p afuse
Flake (nix run)
nix run nixpkgs#afuse