generalize timezone

This commit is contained in:
Phillip Klein 2024-10-09 12:35:12 +02:00
parent aa2acd2ea0
commit e0093e39c1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
console.keyMap = "us"; console.keyMap = "us";
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "Europe/Berlin"; time.timeZone = "UTC";
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [