From 2a7fdeb9dfa214e1eef0b7cdabc970b69e65c25d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 9 Sep 2017 14:55:22 +0200 Subject: Add Berlin module --- modules/berlin.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/berlin.nix (limited to 'modules/berlin.nix') diff --git a/modules/berlin.nix b/modules/berlin.nix new file mode 100644 index 00000000..a388a57a --- /dev/null +++ b/modules/berlin.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: + +{ time.timezone = "Europe/Berlin"; + redshift = { + latitude = "52.586"; + longitude = "13.300"; + }; +} -- cgit 1.4.1