Add sshfs

This commit is contained in:
Evie Litherland-Smith 2024-10-17 13:32:10 +01:00
parent 4a34969506
commit bdf6441780

View file

@ -1,6 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
sshfs
(writeShellScriptBin "ssh-keygen-defaults" ''ssh-keygen -t ed25519 -C "$(whoami)@$(hostname)"'')
];
programs.ssh = {