hosts: put tmp on tmpfs

This commit is contained in:
2023-01-07 08:38:47 +01:00
parent 35c329c4d8
commit cbc20ba224
3 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.kernelParams = [ "mitigations=off" "luks.options=fido2-device=auto" ];
boot.tmpOnTmpfs = true;
boot.initrd.luks = {
fido2Support = true;