use lanzaboote

This commit is contained in:
Pim Kunis 2024-01-29 21:05:48 +01:00
parent fed5e8010d
commit 260fd7d573
4 changed files with 239 additions and 3 deletions

View file

@ -1,8 +1,6 @@
{ pkgs, config, lib, ... }: {
imports = [ ./hardware-configuration.nix ];
boot = { loader.systemd-boot.enable = true; };
time.timeZone = "Europe/Amsterdam";
i18n.defaultLocale = "en_US.UTF-8";