From e710c4d5da78ee0539ea4db8bd1495ae72605163 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Sat, 17 May 2025 23:46:28 +0200 Subject: [PATCH] hermit: enable lanzaboote --- hosts/hermit/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index 7a88c01..c282d5e 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -31,7 +31,10 @@ }; system = { - boot.systemd-boot.enable = true; + boot = { + systemd-boot.enable = true; + lanzaboote.enable = true; + }; impermanence.enable = false; services = { owncloud.enable = true;