about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-04-26 17:54:44 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-04-26 17:54:44 +0200
commitd49799379e2a329bcd54bf285cc029d5a6050af1 (patch)
tree7e661aa7a76d6252a96cc1a71b40db8c3acc0348 /machines
parent21daf798c242f66207ecc373cf3cb49afcb3732b (diff)
machines/tyree: Switch default locale to de_DE
Requested by the user, although I personally prefer receiving English
error messages whenever something goes wrong ;-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/managed/tyree.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index 2d31b96a..15e27e6b 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -33,7 +33,7 @@
   hardware.pulseaudio.enable = true;
 
   i18n.consoleKeyMap = "de";
-  i18n.defaultLocale = "en_US.UTF-8";
+  i18n.defaultLocale = "de_DE.UTF-8";
 
   networking.hostName = "tyree";
   networking.firewall.enable = false;