hosts/sarien/disko.nix: change device to disk/by-id
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
];
|
||||
disko.devices.disk.main = {
|
||||
type = "disk";
|
||||
device = "/dev/nvme0n1";
|
||||
device = "/dev/disk/by-id/nvme-eui.0025385911b36714";
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
|
Reference in New Issue
Block a user