From 0447ee0a8eca477a4c9c96e8956741214dfa47ab Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 20 Aug 2020 20:02:06 +0200 Subject: [PATCH] Switch timezone to amsterdam. --- common-headless.nix | 2 +- murex.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common-headless.nix b/common-headless.nix index 3ef9323..28635a6 100644 --- a/common-headless.nix +++ b/common-headless.nix @@ -21,7 +21,7 @@ networking.networkmanager.enable = true; networking.firewall.enable = true; - time.timeZone = "Europe/Vienna"; + time.timeZone = "Europe/Amsterdam"; # Enable the OpenSSH daemon. services.openssh = { diff --git a/murex.nix b/murex.nix index b346392..05dc21d 100644 --- a/murex.nix +++ b/murex.nix @@ -55,7 +55,7 @@ networking.hostName = "murex"; #networking.hostId = "34a820f1"; - time.timeZone = "Europe/Vienna"; + time.timeZone = "Europe/Amsterdam"; environment.systemPackages = with pkgs; [ raspberrypi-tools