{ config, pkgs, ... }: { programs.ssh.enable = true; home.packages = with pkgs; [ sshfs # SSH File system ]; }