diff options
author | Ludovic Courtès <[email protected]> | 2022-06-11 18:39:02 +0200 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2022-06-17 23:39:32 +0200 |
commit | 7f208f68dea828fe02718ca8ce81d5975136cff8 (patch) | |
tree | 94f18e16f3238fd9089454ffb7e4db1ba47ea515 /gnu/local.mk | |
parent | 3e24393e8727984239a48136848fa089f483b7d6 (diff) |
home: Add OpenSSH service.
* gnu/home/services/ssh.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* po/guix/POTFILES.in: Add it.
* doc/guix.texi (Secure Shell): New section.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index e38eb05205..8044c9010b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -85,6 +85,7 @@ GNU_SYSTEM_MODULES = \ %D%/home/services/fontutils.scm \ %D%/home/services/shells.scm \ %D%/home/services/shepherd.scm \ + %D%/home/services/ssh.scm \ %D%/home/services/mcron.scm \ %D%/home/services/utils.scm \ %D%/home/services/xdg.scm \ |