diff --git a/system/home/shell/ssh.nix b/system/home/shell/ssh.nix index 27699928..5bd8ee26 100644 --- a/system/home/shell/ssh.nix +++ b/system/home/shell/ssh.nix @@ -1,6 +1,7 @@ { pkgs, ... }: { home.packages = with pkgs; [ + sshfs (writeShellScriptBin "ssh-keygen-defaults" ''ssh-keygen -t ed25519 -C "$(whoami)@$(hostname)"'') ]; programs.ssh = {