disko test
This commit is contained in:
parent
547ea3e7bb
commit
62e462a0df
4 changed files with 92 additions and 80 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue