From 93bc7f8978542accb1bf7516013ae60ae6e679cf Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Mon, 22 Sep 2025 21:33:20 +0200 Subject: [PATCH] change timezone --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index e53d7d7..c734354 100644 --- a/configuration.nix +++ b/configuration.nix @@ -75,6 +75,7 @@ # Set your time zone. time.timeZone = "Europe/Berlin"; + # services.localtimed.enable = true; # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/";