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 = {
|
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 = {
|
||||||
|
Reference in New Issue
Block a user