feat(luna): set timezone

This commit is contained in:
Price Hiller 2023-12-03 02:32:12 -06:00
parent 270c24e9f5
commit 4bc05714e5
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,6 +1,8 @@
{ config, pkgs, lib, ... }:
{
time.timeZone = "America/Chicago";
imports = [
./services
./docker