[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: Add missing service type 'description' fie
From: |
Ludovic Courtès |
Subject: |
branch master updated: hydra: Add missing service type 'description' field. |
Date: |
Tue, 24 May 2022 09:17:59 -0400 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 07f587c hydra: Add missing service type 'description' field.
07f587c is described below
commit 07f587cb266f284dee6ac2e744161973d3512b04
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue May 24 14:57:36 2022 +0200
hydra: Add missing service type 'description' field.
* hydra/modules/sysadmin/people.scm (sysadmin-service-type)[description]:
New field.
---
hydra/modules/sysadmin/people.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/hydra/modules/sysadmin/people.scm
b/hydra/modules/sysadmin/people.scm
index 121c268..6d2a862 100644
--- a/hydra/modules/sysadmin/people.scm
+++ b/hydra/modules/sysadmin/people.scm
@@ -1,6 +1,6 @@
;;; GNU Guix system administration tools.
;;;
-;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2016, 2017, 2022 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This program is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@@ -68,6 +68,7 @@
(service-extension openssh-service-type
(lambda (lst)
(map sysadmin->authorized-key
- lst)))))))
+ lst)))))
+ (description "Set up user accounts for sysadmins.")))
;;; people.scm ends here
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: Add missing service type 'description' field.,
Ludovic Courtès <=