diff --git a/home/hosts/packages.nix b/home/hosts/packages.nix index a6c2b14..645ec10 100644 --- a/home/hosts/packages.nix +++ b/home/hosts/packages.nix @@ -15,7 +15,6 @@ with pkgs; ripgrep silver-searcher sops - sshfs tldr tree unzip diff --git a/home/modules/ssh.nix b/home/modules/ssh.nix index 0ee8c3e..25ff502 100644 --- a/home/modules/ssh.nix +++ b/home/modules/ssh.nix @@ -1,6 +1,7 @@ { outputs, lib, + pkgs, ... }: let @@ -14,6 +15,8 @@ let ) allHosts; in { + home.packages = with pkgs; [ sshfs ]; + programs.ssh = { enable = true; enableDefaultConfig = false;