fix: timezone on bento-nixos

This commit is contained in:
dracoling 2024-05-01 12:34:01 -04:00
parent f8752d37bd
commit af44b6fda9
2 changed files with 21 additions and 0 deletions

View file

@ -16,4 +16,23 @@
options = "--delete-older-than 30d";
};
# Set your time zone.
time.timeZone = "America/New_York";
# Select internationalization properties.
i18n.defaultLocale = "en_US.UTF-8";
i18n.extraLocaleSettings = {
LC_ADDRESS = "en_US.UTF-8";
LC_IDENTIFICATION = "en_US.UTF-8";
LC_MEASUREMENT = "en_US.UTF-8";
LC_MONETARY = "en_US.UTF-8";
LC_NAME = "en_US.UTF-8";
LC_NUMERIC = "en_US.UTF-8";
LC_PAPER = "en_US.UTF-8";
LC_TELEPHONE = "en_US.UTF-8";
LC_TIME = "en_US.UTF-8";
};
}

View file

@ -10,4 +10,6 @@ Need to connect new devices to the coordinator in order to access the tailscale
```sudo tailscale up --login-server=https://headscale.hive.smrsh.net```
## Refactor machine defaults
Could probably merge some of the default locale settings and stuff, maybe even make the x11 config more generic