mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
fix: set a timezone
This commit is contained in:
parent
16135e95f0
commit
a63b0f35cd
2 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
{config, ...}: {
|
||||
services.tzupdate.enable = true;
|
||||
{lib, ...}: let
|
||||
inherit (lib.modules) mkDefault;
|
||||
in {
|
||||
time.timeZone = mkDefault "America/Vancouver";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue