From a3d7ae292dcbe2d1e208157f65b4f7f6d5651935 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Wed, 28 Aug 2024 15:05:22 -0400 Subject: [PATCH] rustboro: enable systemd in initrd --- hosts/rustboro/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index e2bf00f0..08b6e9a8 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -23,6 +23,8 @@ ]; boot = { + initrd.systemd.enable = true; + lanzaboote = { enable = true; pkiBundle = "/etc/secureboot";