6 lines
97 B
Nix
6 lines
97 B
Nix
{ lib, ... }:
|
|
{
|
|
# some system stuff
|
|
# -----------------
|
|
time.timeZone = "Europe/Berlin";
|
|
}
|