summaryrefslogtreecommitdiff
path: root/modules/common
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-07-13 07:39:07 +0300
committerAzat Bahawi <azat@bahawi.net>2023-07-13 07:39:07 +0300
commit138ff2ae32facaf4f2c072115b1b0f64f05f615a (patch)
tree1853385d7b07b92c3eb84439170fc719e56cf2c4 /modules/common
parentab63f2eb09ed6633a7fad7a1a72b60bb14d5c85c (diff)
2023-07-13
Diffstat (limited to 'modules/common')
-rw-r--r--modules/common/openssh.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/common/openssh.nix b/modules/common/openssh.nix
index 4b80809..ecaf4de 100644
--- a/modules/common/openssh.nix
+++ b/modules/common/openssh.nix
@@ -12,7 +12,11 @@ in {
config = mkIf cfg.client.enable {
hm = {
- home.packages = with pkgs; [mosh sshfs];
+ home.packages = with pkgs; [
+ mosh
+ sshfs
+ sshpass
+ ];
programs.ssh = {
enable = true;