changed tz.

This commit is contained in:
Gabe Venberg 2024-10-01 16:58:28 +02:00
parent 9959cdfcbe
commit 774c0c0338
2 changed files with 2 additions and 1 deletions

View file

@ -28,7 +28,7 @@ in {
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
time.timeZone = lib.mkDefault "America/Chicago";
time.timeZone = lib.mkDefault "Europe/Berlin";
# Select internationalisation properties.
i18n.defaultLocale = lib.mkDefault "en_US.UTF-8";

View file

@ -47,6 +47,7 @@ inputs.nixpkgs.lib.nixosSystem {
# dns = ["1.1.1.1"];
};
};
time.timeZone = "America/Chicago";
services.duckdns = lib.mkIf (lib.hasAttrByPath ["sops" "secrets" "duckdns-token"] config) {
enable = true;