Ssh : Fix input.
This commit is contained in:
parent
4857abd8af
commit
b626a1972a
|
@ -1,4 +1,4 @@
|
||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
environment.systemPackages = with pkgs; [ sshfs ];
|
environment.systemPackages = with pkgs; [ sshfs ];
|
||||||
programs.ssh.extraConfig = ''
|
programs.ssh.extraConfig = ''
|
||||||
Host dasha
|
Host dasha
|
||||||
|
|
Reference in a new issue