From f6107ccc10873652d2d740d79c53c37a44816356 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 11:42:02 -0500 Subject: [PATCH] 149 current 2025-10-09 03:59:16 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homelab/default.nix b/modules/homelab/default.nix index c4720c2..b3e7c38 100644 --- a/modules/homelab/default.nix +++ b/modules/homelab/default.nix @@ -17,7 +17,7 @@ in type = lib.types.str; description = "group for media file permissions"; }; - tz = lib.mkOption = { + tz = lib.mkOption { default = "America/Chicago"; type = lib.types.str; description = "set timezone";