From 2c913e1c4b9ca18b2adfbfaf24ee5f5746f0ffe4 Mon Sep 17 00:00:00 2001 From: sils Date: Sun, 2 Jul 2023 09:00:35 +0200 Subject: Feat(hosts/thinklappi): Enable systemd in intrd This is necessary to make tpm decryption of root possible --- hosts/thinklappi/basesystem.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') diff --git a/hosts/thinklappi/basesystem.nix b/hosts/thinklappi/basesystem.nix index cbcffc0..05b9093 100644 --- a/hosts/thinklappi/basesystem.nix +++ b/hosts/thinklappi/basesystem.nix @@ -11,6 +11,7 @@ boot = { initrd = { + systemd.enable = true; availableKernelModules = ["xhci_pci" "nvme" "rtsx_pci_sdmmc"]; kernelModules = []; luks.devices."cryptroot".device = "/dev/disk/by-uuid/6700d662-29a9-4ea5-8ca6-85d42550b3ab"; -- cgit 1.4.1