timezone fixes
This commit is contained in:
parent
fae8c87bc8
commit
f9ec1fe805
3 changed files with 6 additions and 4 deletions
|
@ -10,8 +10,8 @@
|
||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
boot.loader.systemd-boot.configurationLimit = 5;
|
boot.loader.systemd-boot.configurationLimit = 5;
|
||||||
|
|
||||||
# Set ET
|
# Set UTC
|
||||||
time.timeZone = lib.mkDefault "America/Los_Angeles";
|
time.timeZone = lib.mkDefault "Etc/UTC";
|
||||||
|
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
|
|
|
@ -29,4 +29,6 @@
|
||||||
"100.80.255.88"
|
"100.80.255.88"
|
||||||
"10.100.69.69"
|
"10.100.69.69"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
time.timeZone = "America/Los_Angeles";
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# aarch64 / asahi stuff
|
# aarch64 / asahi stuff
|
||||||
hardware.asahi = {
|
hardware.asahi = {
|
||||||
withRust = true;
|
withRust = true;
|
||||||
useExperimentalGPUDriver = true;
|
# useExperimentalGPUDriver = true;
|
||||||
experimentalGPUInstallMode = "replace";
|
# experimentalGPUInstallMode = "replace";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue