chore: Update disk-config.nix to use absolute device path for the main disk
Kieran Klukas 1 year ago b1c8c5b4 2957ba98
··· 2 disko.devices = { 3 disk = { 4 main = { 5 - device = "nvme0n1"; 6 type = "disk"; 7 content = { 8 type = "gpt";
··· 2 disko.devices = { 3 disk = { 4 main = { 5 + device = "/dev/nvme0n1"; 6 type = "disk"; 7 content = { 8 type = "gpt";