From c884b9ab3be108bd4e2899e7a1270b9d3bf47364 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Mon, 15 Sep 2025 20:10:46 +0200 Subject: [PATCH] feat: add timezone configuration for europe/berlin --- common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.nix b/common.nix index 068ca60..32d0cb0 100644 --- a/common.nix +++ b/common.nix @@ -216,6 +216,9 @@ isoConfig // { system.stateVersion = "25.05"; + # Timezone Configuration + time.timeZone = "Europe/Berlin"; + # SSH Configuration services.openssh = { enable = true;