refactor: move 'sshfs' into 'ssh' module

This commit is contained in:
2026-02-22 16:54:04 +01:00
parent 78b31a187f
commit d47e0fd6da
2 changed files with 3 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ with pkgs;
ripgrep
silver-searcher
sops
sshfs
tldr
tree
unzip

View File

@@ -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;