feat: migrate nixos/base/i18n

This commit is contained in:
punkfairie 2025-05-25 15:25:37 -07:00
parent 90245758a8
commit 4211c16005
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 2 additions and 1 deletions

View file

@ -2,5 +2,6 @@
imports = [
./boot.nix
./drivers.nix
./i18n.nix
];
}

View file

@ -1,6 +1,6 @@
{config, ...}: {
time.timeZone =
if config.marleyos.isServer
if config.marleyos.profiles.server
then "UTC"
else "America/Los_Angeles";