examples: gpt partition attributes
cherry-picked from https://github.com/nvmd/disko/commit/9dc58d4d49c9f74623a06e2fc20cdfd8bb3cbe8b usage example: - set attribute: https://github.com/nvmd/nixos-raspberrypi-demo/blob/2847963e7555fc412c1d0f37bb48c761e78f350d/disko-nvme-zfs.nix#L9L11 - check: https://github.com/nvmd/nixos-raspberrypi-demo/blob/2847963e7555fc412c1d0f37bb48c761e78f350d/flake.nix#L154L160
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02"; # for grub MBR
|
||||
attributes = [ 0 ]; # partition attribute
|
||||
};
|
||||
root = {
|
||||
size = "100%";
|
||||
|
||||
Reference in New Issue
Block a user