9 lines
209 B
Nix
9 lines
209 B
Nix
{ lib, ... }:
|
|
{
|
|
# some system stuff
|
|
# -----------------
|
|
time.timeZone = "Europe/Berlin";
|
|
#time.timeZone = "Pacific/Auckland";
|
|
#time.timeZone = "Asia/Singapore";
|
|
#time.timeZone = "Asia/Makassar";
|
|
}
|