Fix ext4
This commit is contained in:
parent
239cb867af
commit
0b69c9ea2e
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ in {
|
|||
disko.devices = {
|
||||
disk = {
|
||||
"${cfg.device}" = {
|
||||
inherit device;
|
||||
inherit (cfg) device;
|
||||
type = "disk";
|
||||
content = {
|
||||
type = "gpt";
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ in {
|
|||
disko.devices = {
|
||||
disk.${cfg.device} = {
|
||||
type = "disk";
|
||||
inherit device;
|
||||
inherit (cfg) device;
|
||||
content = {
|
||||
type = "gpt"; # Initialize the disk with a GPT partition table
|
||||
partitions = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue