Remove lsh, broken & unmaintained

This commit is contained in:
Franz Pletz
2016-01-30 16:36:57 +00:00
committed by Robin Gloster
parent 393977d800
commit 73f4c2bdf8
6 changed files with 1 additions and 267 deletions
+1 -8
View File
@@ -9,8 +9,7 @@ with lib;
default = false;
description =
'' When enabled, GNU software is chosen by default whenever a there is
a choice between GNU and non-GNU software (e.g., GNU lsh
vs. OpenSSH).
a choice between GNU and non-GNU software.
'';
};
};
@@ -33,12 +32,6 @@ with lib;
boot.loader.grub.enable = !pkgs.stdenv.isArm;
boot.loader.grub.version = 2;
# GNU lsh.
services.openssh.enable = false;
services.lshd.enable = true;
programs.ssh.startAgent = false;
services.xserver.startGnuPGAgent = true;
# TODO: GNU dico.
# TODO: GNU Inetutils' inetd.
# TODO: GNU Pies.