From f04368a71e68e5c2c1d885ad180e6c5bec4261ab Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 9 May 2021 12:05:04 +0200 Subject: [PATCH] machines: porthos: set timezone --- machines/porthos/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/porthos/default.nix b/machines/porthos/default.nix index ec29917..abfc01a 100644 --- a/machines/porthos/default.nix +++ b/machines/porthos/default.nix @@ -10,6 +10,9 @@ ./users.nix ]; + # Set your time zone. + time.timeZone = "Europe/Paris"; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave