9 lines
145 B
Nix
9 lines
145 B
Nix
{ ... }:
|
|
|
|
{
|
|
# TASK: new device
|
|
hardware.encryptedDisk = {
|
|
enable = true;
|
|
diskId = "usb-SanDisk_Extreme_Pro_12345978EC62-0:0";
|
|
};
|
|
}
|