sneeuwvlok/modules/system/boot.nix
2025-01-25 16:59:55 +01:00

6 lines
122 B
Nix

{ config, options, lib, pkgs, ... }:
{
boot.loader.systemd-boot.enable = true;
time.timeZone = "Europe/Amsterdam";
}