diff options
Diffstat (limited to 'gnu/system/examples/raspberry-pi-64-nfs-root.tmpl')
-rw-r--r-- | gnu/system/examples/raspberry-pi-64-nfs-root.tmpl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/system/examples/raspberry-pi-64-nfs-root.tmpl b/gnu/system/examples/raspberry-pi-64-nfs-root.tmpl index 7bcac8ded0..8c47c650f6 100644 --- a/gnu/system/examples/raspberry-pi-64-nfs-root.tmpl +++ b/gnu/system/examples/raspberry-pi-64-nfs-root.tmpl @@ -21,9 +21,6 @@ raspberry-pi ssh) -(define %my-public-key - (local-file (string-append (getenv "HOME") "/.ssh/id_ecdsa.pub"))) - (define-public raspberry-pi-64-nfs-root (operating-system (host-name "raspberrypi-guix") @@ -66,9 +63,7 @@ (service ntp-service-type) (service openssh-service-type (openssh-configuration - (x11-forwarding? #t) - (authorized-keys - `(("pi" ,%my-public-key))))) + (x11-forwarding? #t))) %base-services)) (name-service-switch %mdns-host-lookup-nss))) |