TPM support

This commit is contained in:
Nathan McCarty 2025-04-04 19:53:05 -04:00
parent 1414086642
commit 4f98c37286

View file

@ -60,6 +60,7 @@
plymouth = { plymouth = {
enable = true; enable = true;
}; };
initrd.systemd.enable = true;
}; };
networking.hostName = "swarm"; # Define your hostname. networking.hostName = "swarm"; # Define your hostname.
@ -141,6 +142,8 @@
iptsd iptsd
surface-control surface-control
wl-clipboard wl-clipboard
# for tpm backed encryption
tpm2-tss
# Podman # Podman
podman-desktop podman-desktop
podman-compose podman-compose