From 4f98c37286271a630e12009dfa1e97cc090bbdf3 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Fri, 4 Apr 2025 19:53:05 -0400 Subject: [PATCH] TPM support --- nixos/machines/swarm/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/machines/swarm/configuration.nix b/nixos/machines/swarm/configuration.nix index 07493f2..29c80e9 100644 --- a/nixos/machines/swarm/configuration.nix +++ b/nixos/machines/swarm/configuration.nix @@ -60,6 +60,7 @@ plymouth = { enable = true; }; + initrd.systemd.enable = true; }; networking.hostName = "swarm"; # Define your hostname. @@ -141,6 +142,8 @@ iptsd surface-control wl-clipboard + # for tpm backed encryption + tpm2-tss # Podman podman-desktop podman-compose