set internationalisation

This commit is contained in:
♥ Minnie ♥ 2023-11-20 12:05:51 +08:00
parent 42b6c3bcfc
commit deaf1997f7

View file

@ -95,6 +95,11 @@
};
};
# Select internationalisation properties
i18n.defaultLocale = "en_AU.UTF-8";
# Set timezone
time.timeZone = "Australia/Perth";
boot = {
loader = {
systemd-boot.enable = true;