Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
config,
lib,
pkgs,
...
}:
config =
lib.mkIf
(config.boot.supportedFilesystems.sshfs or config.boot.supportedFilesystems."fuse.sshfs" or false)
system.fsPackages = [ pkgs.sshfs ];
};
}