diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index a5452d1e998..c848a3b95e8 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -402,6 +402,7 @@ ./services/networking/softether.nix ./services/networking/spiped.nix ./services/networking/sslh.nix + ./services/networking/ssh/lshd.nix ./services/networking/ssh/sshd.nix ./services/networking/strongswan.nix ./services/networking/supplicant.nix diff --git a/pkgs/top-level/guile-2-test.nix b/pkgs/top-level/guile-2-test.nix index 70ec6c0dc0c..9d2fbcbef5c 100644 --- a/pkgs/top-level/guile-2-test.nix +++ b/pkgs/top-level/guile-2-test.nix @@ -56,6 +56,7 @@ in (mapTestOn { guile = linux; autogen = linux; + lsh = linux; mailutils = linux; mcron = linux; texmacs = linux; diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix index 77efcc2e021..2774ff66f57 100644 --- a/pkgs/top-level/release-small.nix +++ b/pkgs/top-level/release-small.nix @@ -88,6 +88,7 @@ with import ./release-lib.nix { inherit supportedSystems; }; libxml2 = all; libxslt = all; lout = linux; + lsh = linux; lsof = linux; ltrace = linux; lvm2 = linux;