6 lines
122 B
Nix
6 lines
122 B
Nix
{ config, options, lib, pkgs, ... }:
|
|
{
|
|
boot.loader.systemd-boot.enable = true;
|
|
|
|
time.timeZone = "Europe/Amsterdam";
|
|
}
|