From ab46a7129f48be058139bbe9067429e8d2d2f4d2 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 2 May 2024 08:54:09 +0200 Subject: [PATCH] fix time --- common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.nix b/common.nix index 592138d..5d85eb7 100644 --- a/common.nix +++ b/common.nix @@ -15,6 +15,8 @@ networkmanager.enable = true; }; + time.timeZone = "Europe/Berlin"; + boot.initrd.systemd.enableTpm2 = false; users.mutableUsers = false;