commit 7e7446dbcc829718ae953b5c3c83d396bde38973
parent 7012dd66baf4105522ebda66582509330b1c4283
Author: rsiddharth <s@ricketyspace.net>
Date: Mon, 30 Apr 2018 03:43:48 +0000
propellor spin
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config.hs b/config.hs
@@ -587,6 +587,7 @@ crux = host "crux.ricketyspace.net" $props
ara :: Host
ara = host "ara.ricketyspace.net" $props
& osDebian Testing X86_64
+ & Locale.available "en_US.UTF-8"
& ipv4 "104.131.19.219"
& File.hasContent "/etc/motd" (["At ara."])
-- apt
@@ -618,7 +619,7 @@ ara = host "ara.ricketyspace.net" $props
-- s config
& User.accountFor(User "s")
& User.hasPassword (User "s")
- & User.hasLoginShell (User "s") "/usr/bin/zsh"
+ & User.hasLoginShell (User "s") "/bin/bash"
& Sudo.enabledFor (User "s")
& Ssh.authorizedKey (User "s") sCanonicalSshPubKey
& Ssh.userKeys (User "s") hostContext