mirror of
https://git.mediani.de/mirrors_public/oddlama_nixos-extra-modules.git
synced 2025-10-10 22:10:38 +02:00
fix: add new partition types and stuff to disko lib
This commit is contained in:
parent
c0ecafbd7c
commit
34ba92f057
1 changed files with 3 additions and 5 deletions
|
@ -17,13 +17,12 @@ _inputs: final: prev: {
|
|||
gpt = {
|
||||
partGrub = start: end: {
|
||||
inherit start end;
|
||||
part-type = "primary";
|
||||
flags = ["bios_grub"];
|
||||
type = "ef02";
|
||||
};
|
||||
partEfi = start: end: {
|
||||
inherit start end;
|
||||
fs-type = "fat32";
|
||||
bootable = true;
|
||||
type = "ef00";
|
||||
hybrid.mbrBootableFlag = true;
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "vfat";
|
||||
|
@ -32,7 +31,6 @@ _inputs: final: prev: {
|
|||
};
|
||||
partSwap = start: end: {
|
||||
inherit start end;
|
||||
fs-type = "linux-swap";
|
||||
content = {
|
||||
type = "swap";
|
||||
randomEncryption = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue