harbourfront: Add account for cbaines.

* hydra/harbourfront.scm: Add account for cbaines and enable the ssh key.
This commit is contained in:
Andreas Enge 2021-04-26 16:04:17 +02:00
parent a14781516c
commit 7fdb9df9c6
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 7 additions and 0 deletions

View File

@ -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