From a99cbecf4893c7175122d53977dd5248000d227a Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 4 Nov 2024 15:21:51 +0100 Subject: [PATCH] slab: don't hardcode time zone i should have done this from the start --- hosts/slab/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix index 3692947..378836c 100644 --- a/hosts/slab/configuration.nix +++ b/hosts/slab/configuration.nix @@ -160,7 +160,7 @@ # }}} # Set your time zone. - time.timeZone = vars.mobileTimeZone; + # time.timeZone = vars.mobileTimeZone; services.asusd.enable = true;