feat(nixos): set default timezone and locale
This commit is contained in:
parent
294e8458e4
commit
09ab1ac5a6
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
flake.modules.nixos.default = {
|
flake.modules.nixos.default = {
|
||||||
persistFiles = [ "/etc/machine-id" ];
|
persistFiles = [ "/etc/machine-id" ];
|
||||||
persistDirs = [ "/var/lib/systemd" ];
|
persistDirs = [ "/var/lib/systemd" ];
|
||||||
|
time.timeZone = "Asia/Singapore";
|
||||||
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
};
|
};
|
||||||
flake.modules.homeManager.default =
|
flake.modules.homeManager.default =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue