aboutsummaryrefslogtreecommitdiff
path: root/etc/guix/system.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--etc/guix/system.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm
index 8cbd78ff..5ed6a93c 100644
--- a/etc/guix/system.scm
+++ b/etc/guix/system.scm
@@ -460,11 +460,6 @@ Seiko Epson Color Ink Jet Printers.")
(service openssh-service-type
(openssh-configuration
(password-authentication? #f)
- (authorized-keys
- `((,whoami ,(local-file
- (string-append (or (getenv "XDG_CONFIG_HOME")
- (string-append (getenv "HOME") "/.ssh"))
- "/ssh/id_rsa.pub")))))
(extra-content #"-
ClientAliveInterval 30
ClientAliveCountMax 20