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 = {
|
disko.devices = {
|
||||||
disk = {
|
disk = {
|
||||||
"${cfg.device}" = {
|
"${cfg.device}" = {
|
||||||
inherit device;
|
inherit (cfg) device;
|
||||||
type = "disk";
|
type = "disk";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ in {
|
||||||
disko.devices = {
|
disko.devices = {
|
||||||
disk.${cfg.device} = {
|
disk.${cfg.device} = {
|
||||||
type = "disk";
|
type = "disk";
|
||||||
inherit device;
|
inherit (cfg) device;
|
||||||
content = {
|
content = {
|
||||||
type = "gpt"; # Initialize the disk with a GPT partition table
|
type = "gpt"; # Initialize the disk with a GPT partition table
|
||||||
partitions = {
|
partitions = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue