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 = [
|
||||
./boot.nix
|
||||
./drivers.nix
|
||||
./i18n.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{config, ...}: {
|
||||
time.timeZone =
|
||||
if config.marleyos.isServer
|
||||
if config.marleyos.profiles.server
|
||||
then "UTC"
|
||||
else "America/Los_Angeles";
|
||||
|
Loading…
Reference in a new issue