xps16: change timezone

This commit is contained in:
2025-10-03 10:47:36 +09:00
parent 96631ae9cf
commit bec478767f
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -46,6 +46,8 @@
"nixos-test"
];
time.timeZone = "Japan";
environment.enableDebugInfo = true;
i18n.extraLocaleSettings = {