This commit is contained in:
Trolli Schmittlauch 2026-04-15 09:54:44 +02:00
parent 3d0e077052
commit fe96a73034
2 changed files with 8 additions and 2 deletions

View file

@ -67,7 +67,11 @@ in
mode = "700";
};
};
home.packages = with pkgs.fc-scripts; [ ssh-multi-proxy mosh-tunnel mosh-dualstack-proxy ];
home.packages = with pkgs.fc-scripts; [
ssh-multi-proxy
mosh-tunnel
mosh-dualstack-proxy
];
programs.ssh = {
enableDefaultConfig = false; # deprecated
package = lib.mkDefault pkgs.openssh;