This commit is contained in:
Aleksandr Lebedev 2025-09-06 22:01:59 +02:00
parent 239cb867af
commit 0b69c9ea2e
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ in {
disko.devices = {
disk = {
"${cfg.device}" = {
inherit device;
inherit (cfg) device;
type = "disk";
content = {
type = "gpt";

View file

@ -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 = {