modules: add disko partition module for common partition patterns
This commit is contained in:
parent
0f4a315658
commit
3dc3775a6c
5 changed files with 92 additions and 0 deletions
4
modules/nixos/disk-partitions/grub-mbr.nix
Normal file
4
modules/nixos/disk-partitions/grub-mbr.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
size = "1M";
|
||||
type = "EF02"; # for grub MBR
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue