From bec478767fd5641968e96b590460641a86a2ed10 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 3 Oct 2025 10:47:36 +0900 Subject: [PATCH] xps16: change timezone --- hosts/common/default.nix | 2 +- hosts/xps16/configuration.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 955a907..52841e9 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -44,7 +44,7 @@ in { sops.defaultSopsFile = ./../.. + "/secrets/${config.networking.hostName}.yaml"; - time.timeZone = "Europe/Oslo"; + time.timeZone = lib.mkDefault "Europe/Oslo"; console = { font = lib.mkDefault "Lat2-Terminus16"; diff --git a/hosts/xps16/configuration.nix b/hosts/xps16/configuration.nix index 0a68407..bf55efd 100644 --- a/hosts/xps16/configuration.nix +++ b/hosts/xps16/configuration.nix @@ -46,6 +46,8 @@ "nixos-test" ]; + time.timeZone = "Japan"; + environment.enableDebugInfo = true; i18n.extraLocaleSettings = {