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 = {