nix/os/devices: refactor sduusb3128g -> sdep0

This commit is contained in:
steveej 2019-11-24 00:16:14 +01:00
parent e515d26fbf
commit cf18b61720
5 changed files with 6 additions and 6 deletions

View file

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