about summary refs log tree commit diff stats
path: root/nix-conf/machines
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-05-18 16:06:06 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-05-18 16:06:06 +0100
commitc2c3d964886881264aa053783313cde71fd7ea93 (patch)
tree3ca9b2cd1f7ba6c638438971f16654c6e8f57625 /nix-conf/machines
parent1e8ab0d24f5f4fea300d59267caaccc914bfc4eb (diff)
downloaddotfiles-c2c3d964886881264aa053783313cde71fd7ea93.tar.gz
Set timezone
Diffstat (limited to 'nix-conf/machines')
-rw-r--r--nix-conf/machines/edrahil/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix-conf/machines/edrahil/configuration.nix b/nix-conf/machines/edrahil/configuration.nix
index 3cc1cdb..351f354 100644
--- a/nix-conf/machines/edrahil/configuration.nix
+++ b/nix-conf/machines/edrahil/configuration.nix
@@ -38,6 +38,8 @@
     localuser = null;
   };
 
+  time.timeZone = "Europe/London";
+
   users.users.djm =
    { isNormalUser = true;
      home = "/home/djm";