diff options
author | David Morgan <djm_uk@protonmail.com> | 2023-05-18 16:06:06 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2023-05-18 16:06:06 +0100 |
commit | c2c3d964886881264aa053783313cde71fd7ea93 (patch) | |
tree | 3ca9b2cd1f7ba6c638438971f16654c6e8f57625 /nix-conf | |
parent | 1e8ab0d24f5f4fea300d59267caaccc914bfc4eb (diff) | |
download | dotfiles-c2c3d964886881264aa053783313cde71fd7ea93.tar.gz |
Set timezone
Diffstat (limited to 'nix-conf')
-rw-r--r-- | nix-conf/machines/edrahil/configuration.nix | 2 |
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"; |