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

@ -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;