guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: harbourfront: Add account for cbaines.


From: Andreas Enge
Subject: branch master updated: harbourfront: Add account for cbaines.
Date: Mon, 26 Apr 2021 12:43:55 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 7fdb9df  harbourfront: Add account for cbaines.
7fdb9df is described below

commit 7fdb9df9c6e20989087aa088ef5f3717ea118f78
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Mon Apr 26 16:04:17 2021 +0200

    harbourfront: Add account for cbaines.
    
    * hydra/harbourfront.scm: Add account for cbaines and enable the ssh key.
---
 hydra/harbourfront.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/hydra/harbourfront.scm b/hydra/harbourfront.scm
index c3f8202..54008cb 100644
--- a/hydra/harbourfront.scm
+++ b/hydra/harbourfront.scm
@@ -33,6 +33,12 @@
                  (supplementary-groups '("wheel"))
                  (home-directory "/home/andreas"))
                 (user-account
+                 (name "cbaines")
+                 (comment "Christopher Baines")
+                 (group "users")
+                 (supplementary-groups '("wheel"))
+                 (home-directory "/home/cbaines"))
+                (user-account
                  (name "bayfront")
                  (comment "Bayfront Offload")
                  (group "users")
@@ -53,6 +59,7 @@
                        (permit-root-login 'without-password)
                        (authorized-keys
                          `(("andreas" ,(local-file "keys/ssh/andreas.pub"))
+                           ("cbaines" ,(local-file "keys/ssh/cbaines.pub"))
                            ("bayfront" ,(local-file "keys/ssh/bayfront.pub"))
                            ("root" ,(local-file "keys/ssh/andreas.pub"))))))
                    (service mcron-service-type



reply via email to

[Prev in Thread] Current Thread [Next in Thread]