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