Change: system dir name to hosts
This commit is contained in:
parent
682a19b13c
commit
10a6fe5adc
19 changed files with 0 additions and 0 deletions
9
hosts/common/base/locale.nix
Normal file
9
hosts/common/base/locale.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ lib, ... }: {
|
||||
i18n = {
|
||||
defaultLocale = lib.mkDefault "en_US.UTF-8";
|
||||
supportedLocales = lib.mkDefault [
|
||||
"en_US.UTF-8/UTF-8"
|
||||
];
|
||||
};
|
||||
time.timeZone = lib.mkDefault "Pacific/Auckland";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue