From 5ca5b82e4d5743ee50ce3d2af460025ea0c2e30e Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 12 Aug 2024 11:20:36 +0200 Subject: [PATCH] flake.nix: change time zone --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0f2156c..2f6bf58 100644 --- a/flake.nix +++ b/flake.nix @@ -134,7 +134,7 @@ # My username username = "nullbite"; # My current timezone for any mobile devices (i.e., my laptop) - mobileTimeZone = "America/New_York"; + mobileTimeZone = "Europe/Amsterdam"; # Variables to be passed to NixOS modules in the vars attrset vars = {