summary refs log tree commit diff stats
path: root/system/modules/configuration/berlin.nix
blob: 246510c4c7d84dbfd4519f27ca2967197d3d5344 (plain)
1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

{ time.timeZone = "Europe/Berlin";
  services.redshift = {
    latitude = "52.586";
    longitude = "13.300";
  };
}