diff options
Diffstat (limited to 'nix-conf/machines/egalmoth/configuration.nix')
-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? } |