minor refactor

This commit is contained in:
Yan Lin 2026-02-10 08:04:23 +01:00
parent d534880860
commit 2cbfad36f0
3 changed files with 2 additions and 2 deletions

View file

@ -152,7 +152,6 @@
# Network and file transfer # Network and file transfer
lftp lftp
httpie httpie
openssh
gnumake gnumake
# Network diagnostic tools # Network diagnostic tools

View file

@ -36,7 +36,6 @@
# Network and file transfer # Network and file transfer
lftp lftp
httpie httpie
openssh
gnumake gnumake
# Network diagnostic tools # Network diagnostic tools

View file

@ -1,6 +1,8 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
{ {
home.packages = [ pkgs.openssh ];
programs.ssh = { programs.ssh = {
enable = true; enable = true;
enableDefaultConfig = false; enableDefaultConfig = false;