changed tz.
This commit is contained in:
parent
9959cdfcbe
commit
774c0c0338
|
@ -28,7 +28,7 @@ in {
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
time.timeZone = lib.mkDefault "America/Chicago";
|
time.timeZone = lib.mkDefault "Europe/Berlin";
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = lib.mkDefault "en_US.UTF-8";
|
i18n.defaultLocale = lib.mkDefault "en_US.UTF-8";
|
||||||
|
|
||||||
|
|
|
@ -47,6 +47,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
# dns = ["1.1.1.1"];
|
# dns = ["1.1.1.1"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
time.timeZone = "America/Chicago";
|
||||||
|
|
||||||
services.duckdns = lib.mkIf (lib.hasAttrByPath ["sops" "secrets" "duckdns-token"] config) {
|
services.duckdns = lib.mkIf (lib.hasAttrByPath ["sops" "secrets" "duckdns-token"] config) {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue