From fcfbde58f5a53395e83780b148c4fac1a4a4a256 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 2 Feb 2026 17:32:55 +0900 Subject: [PATCH] hosts/xps16: fix disko device name --- hosts/xps16/disks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/xps16/disks.nix b/hosts/xps16/disks.nix index 7b6ea6b..ec3c684 100644 --- a/hosts/xps16/disks.nix +++ b/hosts/xps16/disks.nix @@ -2,7 +2,7 @@ { disko.devices = { disk = { - sda = { + nvme0n1 = { name = "KXG80ZN84T09 NVMe KIOXIA 4096GB"; type = "disk"; device = "/dev/nvme0n1";