xps16: change timezone
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -46,6 +46,8 @@
|
||||
"nixos-test"
|
||||
];
|
||||
|
||||
time.timeZone = "Japan";
|
||||
|
||||
environment.enableDebugInfo = true;
|
||||
|
||||
i18n.extraLocaleSettings = {
|
||||
|
||||
Reference in New Issue
Block a user