diff --git a/.config/linux/system/module/common/Ssh.nix b/.config/linux/system/module/common/Ssh.nix index e6b5656..e576983 100644 --- a/.config/linux/system/module/common/Ssh.nix +++ b/.config/linux/system/module/common/Ssh.nix @@ -1,4 +1,4 @@ -{ ... }: { +{ pkgs, ... }: { environment.systemPackages = with pkgs; [ sshfs ]; programs.ssh.extraConfig = '' Host dasha