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.loader.systemd-boot.configurationLimit = 5;
|
||||
|
||||
# Set ET
|
||||
time.timeZone = lib.mkDefault "America/Los_Angeles";
|
||||
# Set UTC
|
||||
time.timeZone = lib.mkDefault "Etc/UTC";
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
|
|
|
@ -29,4 +29,6 @@
|
|||
"100.80.255.88"
|
||||
"10.100.69.69"
|
||||
];
|
||||
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# aarch64 / asahi stuff
|
||||
hardware.asahi = {
|
||||
withRust = true;
|
||||
useExperimentalGPUDriver = true;
|
||||
experimentalGPUInstallMode = "replace";
|
||||
# useExperimentalGPUDriver = true;
|
||||
# experimentalGPUInstallMode = "replace";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue