Revert "Remove lsh, broken & unmaintained"

This reverts commit 73f4c2bdf8.
This commit is contained in:
Robin Gloster
2016-08-23 15:32:41 +00:00
parent 3a18f06eab
commit 7413278f9b
6 changed files with 267 additions and 1 deletions
+8 -1
View File
@@ -9,7 +9,8 @@ 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.
a choice between GNU and non-GNU software (e.g., GNU lsh
vs. OpenSSH).
'';
};
};
@@ -32,6 +33,12 @@ 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.