diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-06-11 18:39:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-17 23:39:32 +0200 |
commit | 7f208f68dea828fe02718ca8ce81d5975136cff8 (patch) | |
tree | 94f18e16f3238fd9089454ffb7e4db1ba47ea515 /po/guix/POTFILES.in | |
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 'po/guix/POTFILES.in')
-rw-r--r-- | po/guix/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index 6b8bd92bb7..201e5dcc87 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -6,6 +6,7 @@ gnu/services.scm gnu/system.scm gnu/services/shepherd.scm gnu/home/services.scm +gnu/home/services/ssh.scm gnu/home/services/symlink-manager.scm gnu/system/file-systems.scm gnu/system/image.scm |