mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
add test for hybrid configuration
This commit is contained in:
parent
daaba55a28
commit
d23fcb611e
2 changed files with 11 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ disk, ... }:
|
||||
{ disks ? [ "/dev/vda" ], ... }:
|
||||
{
|
||||
disk = {
|
||||
main = {
|
||||
type = "disk";
|
||||
device = disk;
|
||||
device = builtins.elemAt disks 0;
|
||||
content = {
|
||||
type = "table";
|
||||
format = "gpt";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue