8 lines
122 B
Nix
8 lines
122 B
Nix
{...}: {
|
|
boot.encryptedDrive = {
|
|
enable = true;
|
|
mode = "encrypted-usb";
|
|
allowPasswordDecrypt = true;
|
|
};
|
|
}
|