commit 1324ea5ae5e7c95eba4b67c7fe3eda71c7a5445b
parent 8465431b1f19ae47fe79cfad9604f701bf19fb92
Author: rsiddharth <s@ricketyspace.net>
Date: Tue, 23 Jan 2018 05:12:42 +0000
propellor spin
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config.hs b/config.hs
@@ -47,6 +47,7 @@ import qualified Propellor.Property.Chroot as Chroot
import qualified Propellor.Property.Cron as Cron
import qualified Propellor.Property.Fail2Ban as Fail2Ban
import qualified Propellor.Property.File as File
+import qualified Propellor.Property.Locale as Locale
import qualified Propellor.Property.Nginx as Nginx
import qualified Propellor.Property.Ssh as Ssh
import qualified Propellor.Property.Sudo as Sudo
@@ -633,6 +634,7 @@ araWebIndex = [""]
lyra :: Host
lyra = host "lyra.ricketyspace.net" $props
& osDebian (Stable "stretch") X86_64
+ & Locale.available "en_US.UTF-8"
& ipv4 "45.55.155.185"
& File.hasContent "/etc/motd" (["At lyra."])
-- apt