set internationalisation
This commit is contained in:
parent
42b6c3bcfc
commit
deaf1997f7
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue