infra/nix/os/devices/steveej-rmvbl-sduusb3128g/hw.nix

10 lines
155 B
Nix
Raw Normal View History

{ ... }:
{
# TASK: new device
hardware.encryptedDisk = {
enable = true;
diskId = "usb-SanDisk_Ultra_USB_3.0_4C530001280509108321-0:0";
};
}