Update device.

This commit is contained in:
Joseph Hanson 2024-05-14 12:33:41 -05:00
parent e94f37d45c
commit 334b521bdc
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -1,7 +1,7 @@
{ disks ? [ "/dev/vdb" ], ... }: { { disks ? [ "/dev/sda" ], ... }: {
disko.devices = { disko.devices = {
disk = { disk = {
vdb = { main = {
device = builtins.elemAt disks 0; device = builtins.elemAt disks 0;
type = "disk"; type = "disk";
content = { content = {