|
|
@ -119,7 +119,7 @@
|
|
|
|
(users (cons (user-account
|
|
|
|
(users (cons (user-account
|
|
|
|
(name "aws")
|
|
|
|
(name "aws")
|
|
|
|
(group "admin")
|
|
|
|
(group "admin")
|
|
|
|
(password (crypt "root" "$6$salt"))
|
|
|
|
(password (crypt "aws" "$6$salt"))
|
|
|
|
(shell (file-append zsh "/bin/zsh"))) %base-user-accounts))
|
|
|
|
(shell (file-append zsh "/bin/zsh"))) %base-user-accounts))
|
|
|
|
|
|
|
|
|
|
|
|
(sudoers-file (plain-file "sudoers"
|
|
|
|
(sudoers-file (plain-file "sudoers"
|
|
|
@ -134,5 +134,5 @@
|
|
|
|
(cons* (service dhcp-client-service-type)
|
|
|
|
(cons* (service dhcp-client-service-type)
|
|
|
|
(service aws-pubkey-service-type)
|
|
|
|
(service aws-pubkey-service-type)
|
|
|
|
(service openssh-service-type
|
|
|
|
(service openssh-service-type
|
|
|
|
(openssh-configuration (port-number 22))) %base-services)))
|
|
|
|
(openssh-configuration (port-number 22) (password-authentication? #f))) %base-services)))
|
|
|
|
|
|
|
|
|
|
|
|