chore: Update disk-config.nix to use relative device path
Kieran Klukas 1 year ago 88e79ba2 2d85208c
··· 4 disko.devices = { 5 disk = { 6 main = { 7 - device = "/dev/nvme0n1"; 8 type = "disk"; 9 content = { 10 type = "gpt";
··· 4 disko.devices = { 5 disk = { 6 main = { 7 + device = "nvme0n1"; 8 type = "disk"; 9 content = { 10 type = "gpt";