mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 16:10:03 +01:00
types: init table_gpt
This commit is contained in:
parent
6e01bdc086
commit
c230584db3
2 changed files with 121 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ let
|
|||
# option for valid contents of devices
|
||||
deviceType = extraArgs: lib.mkOption {
|
||||
type = lib.types.nullOr (diskoLib.subType {
|
||||
types = { inherit (diskoLib.types) table table_gpt btrfs filesystem zfs mdraid luks lvm_pv swap; };
|
||||
types = { inherit (diskoLib.types) table gpt btrfs filesystem zfs mdraid luks lvm_pv swap; };
|
||||
inherit extraArgs;
|
||||
});
|
||||
default = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue