4 lines
64 B
Nix
4 lines
64 B
Nix
{myConfig, ...}: {
|
|
time.timeZone = myConfig.nixos.timezone;
|
|
}
|
{myConfig, ...}: {
|
|
time.timeZone = myConfig.nixos.timezone;
|
|
}
|