81fw-nixos: enable luks tpm unlocking

This commit is contained in:
Guanran Wang 2023-10-13 01:13:18 +08:00
parent 28f685204a
commit f63465ea9e
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -97,6 +97,7 @@
{ {
_module.args.disks = [ "/dev/nvme0n1" ]; # Disko _module.args.disks = [ "/dev/nvme0n1" ]; # Disko
boot.initrd.systemd.enable = true; # LUKS TPM unlocking
networking.hostName = "81fw-nixos"; networking.hostName = "81fw-nixos";
} }
]; ];