From 4078aa6690b5291b40dfa55f8d207442eeff5630 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 19 Mar 2024 14:37:15 +0100 Subject: [PATCH] Disable this for now --- nixos/hosts/shodan/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index b0c4da4..0044ab2 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -206,7 +206,7 @@ security.tpm2.tctiEnvironment.enable = true; # TPM2TOOLS_TCTI and TPM2_PKCS11_TCTI env variables # tss group has access to TPM devices - boot.supportedFilesystems = ["bcachefs"]; + # boot.supportedFilesystems = ["bcachefs"]; # Lanzaboote currently replaces the systemd-boot module. # This setting is usually set to true in configuration.nix # generated at installation time. So we force it to false