diff options
| author | Ludovic Courtès | 2014-06-30 22:33:48 +0200 |
|---|---|---|
| committer | Ludovic Courtès | 2014-07-01 09:23:32 +0200 |
| commit | f33e2d78b76c84132548d14dd2878e3526ac3d8c (patch) | |
| tree | 3a4f6a7712740a866059e0bf07066302a8f9fb17 /gnu-system.am | |
| parent | 060238ae64dff916a95e4f55fb3eec542d5dc8a7 (diff) | |
services: Add lshd service.
* gnu/services/ssh.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Diffstat (limited to 'gnu-system.am')
| -rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 793ee4c86..4210a9768 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -252,6 +252,7 @@ GNU_SYSTEM_MODULES = \ gnu/services/dbus.scm \ gnu/services/dmd.scm \ gnu/services/networking.scm \ + gnu/services/ssh.scm \ gnu/services/xorg.scm \ \ gnu/system.scm \ |