pi4 stuff

This commit is contained in:
mjallen18
2025-05-19 12:01:07 -05:00
parent 0722468808
commit 8f23dfea4e
6 changed files with 37 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{ ... }:
let
rootDisk = "/dev/nvme0n1";
rootDisk = "/dev/sda";
in
{
disko.devices.disk.main.imageSize = "32G";
@@ -84,4 +84,4 @@ in
};
};
};
}
}