From 697ea3be559872a9be7b8b3eb67c0cb07d6cd0aa Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 2 May 2024 06:21:22 +0200 Subject: [PATCH] disable tpm2 --- common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.nix b/common.nix index 1cf1c91..592138d 100644 --- a/common.nix +++ b/common.nix @@ -15,6 +15,8 @@ networkmanager.enable = true; }; + boot.initrd.systemd.enableTpm2 = false; + users.mutableUsers = false; services.nix-serve = {