Huge script change. Reformatting of the disk_config_configuration function.

This commit is contained in:
Raphaël Billet
2025-12-11 08:50:37 +01:00
parent 1f8c6c50d7
commit 0e0ed4d3a3
9 changed files with 138 additions and 183 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
disk = {
"system-1" = {
type = "disk";
device = "${BOOT_DISK_1}";
device = "${BOOT_DISK_1_ID}";
content = {
type = "gpt";
partitions = {
@@ -34,7 +34,7 @@
};
"system-2" = {
type = "disk";
device = "${BOOT_DISK_2}";
device = "${BOOT_DISK_2_ID}";
content = {
type = "gpt";
partitions = {