From 3feba83f3a6392e5ebd99caa83d8627ffef78afc Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Sat, 11 Sep 2021 13:18:39 +0200 Subject: [PATCH] added Timezone --- hosts/nixos-laptop/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/nixos-laptop/default.nix b/hosts/nixos-laptop/default.nix index be07873..fcaaea6 100644 --- a/hosts/nixos-laptop/default.nix +++ b/hosts/nixos-laptop/default.nix @@ -67,6 +67,8 @@ brightnessctl ]; + time.timeZone = "Europe/Berlin"; + # Powersaving services.tlp.enable = true;