From 7fdb9df9c6e20989087aa088ef5f3717ea118f78 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 26 Apr 2021 16:04:17 +0200 Subject: [PATCH] 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 @@ -32,6 +32,12 @@ (group "users") (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") @@ -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