From 499c80b3e6318b5adbc89a700d686fe0a7809042 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 5 Jun 2023 18:52:01 -0400 Subject: [PATCH] variables: Add timezone The point of the variables file is to make it easy to change common configuration without having to worry about editing the other files. --- variables.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/variables.nix b/variables.nix index 967c27f4..c1eb2197 100644 --- a/variables.nix +++ b/variables.nix @@ -1,4 +1,5 @@ { hostname = "nixos"; system = "x86_64-linux"; + timezone = "America/New_York"; }