Kieran's opinionated (and probably slightly dumb) nix config

chore: Update disk-config.nix to use absolute device path for the main disk

+1 -1
+1 -1
moonlark/disk-config.nix
··· 2 2 disko.devices = { 3 3 disk = { 4 4 main = { 5 - device = "nvme0n1"; 5 + device = "/dev/nvme0n1"; 6 6 type = "disk"; 7 7 content = { 8 8 type = "gpt";