Hardcode disko device

Partitioning config will be device-specific, so the device can be hardcoded for now
This commit is contained in:
GHOSCHT 2024-03-02 16:46:29 +01:00
parent 743a0f6daa
commit 94e8e98c77
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -1,7 +1,7 @@
{device ? throw "Set this to your disk device, e.g. /dev/sda", ...}: {
{
disko.devices = {
disk.main = {
inherit device;
device = "/dev/nvme0n1";
type = "disk";
content = {
type = "gpt";