disko test

This commit is contained in:
DashieTM 2025-02-28 18:30:31 +01:00
parent 547ea3e7bb
commit 62e462a0df
4 changed files with 92 additions and 80 deletions

View file

@ -28,6 +28,14 @@
'';
};
defualtDiskId = lib.mkOption {
default = "TODO";
example = "/dev/disk/by-id/nvme-Force_MP510_19498249000129196385";
description = ''
The id of the disk to format
'';
};
cpu = lib.mkOption {
# TODO: how to enable arm?
default = "amd";