7 lines
No EOL
126 B
Nix
7 lines
No EOL
126 B
Nix
{ lib, ... }: {
|
|
time.timeZone = lib.mkForce null;
|
|
services.tzupdate = {
|
|
enable = true;
|
|
timer.enable = true;
|
|
};
|
|
} |