81fw-nixos: enable luks tpm unlocking
This commit is contained in:
parent
28f685204a
commit
f63465ea9e
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue