summaryrefslogtreecommitdiff
path: root/system/timezone.nix
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2019-05-01 10:38:37 -0600
committerKenny Ballou <kballou@devnulllabs.io>2019-05-01 10:38:37 -0600
commite574a725cac3255aad67b59b65fc61d1391b7deb (patch)
tree6ae10fbdcd9cd413a8d84d00193968d808816300 /system/timezone.nix
parenta30ca28d54ecfce1eb275f371c7f5f70f198e883 (diff)
downloadcfg.nix-e574a725cac3255aad67b59b65fc61d1391b7deb.tar.gz
cfg.nix-e574a725cac3255aad67b59b65fc61d1391b7deb.tar.xz
nix: initial configurations
Add an initial set of configurations as well as configurations for the `phenex` machine. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'system/timezone.nix')
-rw-r--r--system/timezone.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/timezone.nix b/system/timezone.nix
new file mode 100644
index 0000000..2113111
--- /dev/null
+++ b/system/timezone.nix
@@ -0,0 +1,5 @@
+{ config, ... }:
+{
+ # Set time zone.
+ time.timeZone = "America/Boise";
+}