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

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

Changed files
+1 -1
moonlark
+1 -1
moonlark/disk-config.nix
···
disko.devices = {
disk = {
main = {
-
device = "nvme0n1";
type = "disk";
content = {
type = "gpt";
···
disko.devices = {
disk = {
main = {
+
device = "/dev/nvme0n1";
type = "disk";
content = {
type = "gpt";