refactor: move 'sshfs' into 'ssh' module
This commit is contained in:
@@ -15,7 +15,6 @@ with pkgs;
|
||||
ripgrep
|
||||
silver-searcher
|
||||
sops
|
||||
sshfs
|
||||
tldr
|
||||
tree
|
||||
unzip
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user