14653b861b
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 12m45s
6 lines
97 B
Nix
6 lines
97 B
Nix
{ lib, ... }:
|
|
{
|
|
# some system stuff
|
|
# -----------------
|
|
time.timeZone = "Europe/Berlin";
|
|
}
|