about summary refs log tree commit diff stats
path: root/nix-conf/machines/egalmoth
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-22 12:31:15 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-22 12:31:15 +0000
commit6cee7df820817f9ad12480832ff4b24530c361e6 (patch)
treeadab68b216e136795cd1e62800093d80b30db981 /nix-conf/machines/egalmoth
parentb42841802d1d80cb2125a0a1bd87a2006dfdbe58 (diff)
downloaddotfiles-6cee7df820817f9ad12480832ff4b24530c361e6.tar.gz
Set default locale
Diffstat (limited to 'nix-conf/machines/egalmoth')
-rw-r--r--nix-conf/machines/egalmoth/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix
index 2988e7d..8891b61 100644
--- a/nix-conf/machines/egalmoth/configuration.nix
+++ b/nix-conf/machines/egalmoth/configuration.nix
@@ -185,6 +185,8 @@ in
 
   services.openssh.enable = true;
 
+  i18n.defaultLocale = "en_GB.UTF-8";
+
   system.stateVersion = "21.05"; # Did you read the comment?
 
 }