no
This commit is contained in:
parent
b93a069caf
commit
ba79dc2907
3 changed files with 22 additions and 33 deletions
|
@ -114,10 +114,10 @@
|
|||
};
|
||||
|
||||
# Set your time zone.
|
||||
#time.timeZone = "Americas/"; # Asia/Taipei lib.mkDefault
|
||||
time.timeZone = "America/Los_Angeles"; # Asia/Taipei lib.mkDefault
|
||||
#services.automatic-timezoned.enable = true;
|
||||
time.timeZone = lib.mkForce null;
|
||||
services.timesyncd.enable = true;
|
||||
#time.timeZone = lib.mkForce null;
|
||||
#services.timesyncd.enable = true;
|
||||
systemd.services = {
|
||||
# Ensure network uplink on boot
|
||||
NetworkManager-wait-online.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue