all repos — archive/nixos-configuration @ ce3d3f9d20ceeea8a4b40f2641f48e9acddeb59e

Superseded by nixfiles

Add config module for England

Alan Pearce
commit

ce3d3f9d20ceeea8a4b40f2641f48e9acddeb59e

parent

590f508681facee9ec586351036d0a15b54707d7

1 file changed, 8 insertions(+), 0 deletions(-)

jump to
A modules/configuration/england.nix
@@ -0,0 +1,8 @@
+{ config, pkgs, ... }: + +{ time.timeZone = "Europe/London"; + services.redshift = { + latitude = "52.2394"; + longitude = "-0.9416"; + }; +}