hosts/sarien/disko.nix: change device to disk/by-id

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-30 16:01:59 +03:00
parent 6da4854c51
commit 51f669c7b2

View File

@ -4,7 +4,7 @@
]; ];
disko.devices.disk.main = { disko.devices.disk.main = {
type = "disk"; type = "disk";
device = "/dev/nvme0n1"; device = "/dev/disk/by-id/nvme-eui.0025385911b36714";
content = { content = {
type = "gpt"; type = "gpt";
partitions = { partitions = {