diff --git a/nixos/modules/security/pam_mount.nix b/nixos/modules/security/pam_mount.nix index d6459c2598f9..e4714b6079d1 100644 --- a/nixos/modules/security/pam_mount.nix +++ b/nixos/modules/security/pam_mount.nix @@ -179,10 +179,10 @@ in }" /> - ${pkgs.fuse}/bin/mount.fuse %(VOLUME) %(MNTPT) -o ,${ + ${pkgs.fuse3}/bin/mount.fuse3 %(VOLUME) %(MNTPT) -o ,${ lib.concatStringsSep "," (cfg.fuseMountOptions ++ [ "%(OPTIONS)" ]) }' - ${pkgs.fuse}/bin/fusermount -u %(MNTPT) + ${pkgs.fuse3}/bin/fusermount3 -u %(MNTPT) ${pkgs.pam_mount}/bin/mount.crypt -o ,${ lib.concatStringsSep "," (cfg.cryptMountOptions ++ [ "%(OPTIONS)" ])