From 74c9f366201a5398948cacad707512a225ef485f Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sat, 18 Jun 2022 20:27:17 +0200 Subject: [PATCH] feat: enable power-management --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 4a7349c..259e520 100644 --- a/configuration.nix +++ b/configuration.nix @@ -12,6 +12,9 @@ }; }; + powerManagement.enable = true; + + time.timeZone = "Europe/Berlin"; services.timesyncd.enable = true;