aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crn/system/base.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/crn/system/base.scm b/crn/system/base.scm
index e1bd12a..6380430 100644
--- a/crn/system/base.scm
+++ b/crn/system/base.scm
@@ -73,7 +73,9 @@
(service avahi-service-type (avahi-configuration))
(service openssh-service-type
(openssh-configuration
- (password-authentication? #f)))
+ (password-authentication? #f)
+ (authorized-keys
+ `(("christopher" ,(local-file "christopher.pub"))))))
(service ntp-service-type)
(service package-database-service-type)
(service unattended-upgrade-service-type))