nix fmt
This commit is contained in:
parent
3d0e077052
commit
fe96a73034
2 changed files with 8 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue