hosts/ni: update disko config

This commit is contained in:
Gabriel Arazas 2023-12-10 11:25:36 +08:00
parent 08c75b52bf
commit b5a19b43aa
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -1,7 +1,7 @@
{ disks ? [ "/dev/nvme0n1" ], ... }: { disks ? [ "/dev/nvme0n1" ], ... }:
{ {
disk.nvme0n1 = { disk.primary = {
device = builtins.elemAt disks 0; device = builtins.elemAt disks 0;
type = "disk"; type = "disk";
content = { content = {