timezone fixes

This commit is contained in:
41666 2024-10-05 13:21:50 -07:00
parent fae8c87bc8
commit f9ec1fe805
3 changed files with 6 additions and 4 deletions

View file

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

View file

@ -29,4 +29,6 @@
"100.80.255.88"
"10.100.69.69"
];
time.timeZone = "America/Los_Angeles";
}

View file

@ -23,7 +23,7 @@
# aarch64 / asahi stuff
hardware.asahi = {
withRust = true;
useExperimentalGPUDriver = true;
experimentalGPUInstallMode = "replace";
# useExperimentalGPUDriver = true;
# experimentalGPUInstallMode = "replace";
};
}