Can you confirm? > (services > (let ((motd (text-file "motd" " > This is the GNU operating system, welcome!\n\n"))) > (list (console-font-service "tty1") > (console-font-service "tty2") > (console-font-service "tty3") > (console-font-service "tty4") > (console-font-service "tty5") > (console-font-service "tty6") > > (mingetty-service "tty1" #:motd motd) > (mingetty-service "tty2" #:motd motd) > (mingetty-service "tty3" #:motd motd) > (mingetty-service "tty4" #:motd motd) > (mingetty-service "tty5" #:motd motd) > (mingetty-service "tty6" #:motd motd) > (static-networking-service "lo" "127.0.0.1" > #:provision '(loopback)) > (syslog-service) > (guix-service #:authorize-hydra-key? #t) > (nscd-service) > (udev-service))))) Perhaps we should make #:authorize-hydra-key? #t the default? Thanks! Ludo’.