feat: migrate nixos/base/i18n
This commit is contained in:
parent
90245758a8
commit
4211c16005
2 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./drivers.nix
|
./drivers.nix
|
||||||
|
./i18n.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{config, ...}: {
|
{config, ...}: {
|
||||||
time.timeZone =
|
time.timeZone =
|
||||||
if config.marleyos.isServer
|
if config.marleyos.profiles.server
|
||||||
then "UTC"
|
then "UTC"
|
||||||
else "America/Los_Angeles";
|
else "America/Los_Angeles";
|
||||||
|
|
Loading…
Reference in a new issue