add ssh and mosh

This commit is contained in:
Harald Hoyer 2024-01-12 12:12:55 +01:00
parent 0efd7a97f4
commit 8e20509b92
3 changed files with 6 additions and 0 deletions

View file

@ -28,6 +28,7 @@
tools = {
direnv.enable = true;
alacritty.enable = true;
ssh.enable = true;
# jetbrains.enable = true;
};
};

View file

@ -27,6 +27,7 @@
};
tools = {
direnv.enable = true;
ssh.enable = true;
# jetbrains.enable = true;
};
};

View file

@ -10,7 +10,11 @@ in
};
config = mkIf cfg.enable {
home.packages = with pkgs; [
mosh
];
programs.ssh = {
enable = true;
extraConfig = ''
Host *
HostKeyAlgorithms +ssh-rsa