summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config-joey.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index a0c04dd8..4f74873e 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -335,6 +335,14 @@ pell = host "pell.branchable.com"
& Linode.chainPVGrub 5
& Apt.unattendedUpgrades
+ & "/etc/timezone" `File.hasContent` ["Etc/UTC"]
+ & "/etc/locale.gen" `File.containsLines`
+ [ "en_GB.UTF-8 UTF-8"
+ , "en_US.UTF-8 UTF-8"
+ , "fi_FI.UTF-8 UTF-8"
+ ]
+ `onChange` cmdProperty "locale-gen" []
+
& Apt.installed ["etckeeper", "ssh", "popularity-contest"]
& Apt.serviceInstalledRunning "apache2"
& Apt.serviceInstalledRunning "ntp"