diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-22 12:31:15 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-22 12:31:15 +0000 |
commit | 6cee7df820817f9ad12480832ff4b24530c361e6 (patch) | |
tree | adab68b216e136795cd1e62800093d80b30db981 /nix-conf/machines/egalmoth | |
parent | b42841802d1d80cb2125a0a1bd87a2006dfdbe58 (diff) | |
download | dotfiles-6cee7df820817f9ad12480832ff4b24530c361e6.tar.gz |
Set default locale
Diffstat (limited to 'nix-conf/machines/egalmoth')
-rw-r--r-- | nix-conf/machines/egalmoth/configuration.nix | 2 |
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? } |