Edited disk configuration

This commit is contained in:
Raphaël Numbus
2026-01-03 10:44:10 +01:00
parent 49e5df9a9f
commit c2a103b474
7 changed files with 28 additions and 27 deletions
+4 -4
View File
@@ -2,7 +2,7 @@
{
disko.devices = {
disk = {
"system-1" = {
"boot-1" = {
type = "disk";
device = "${BOOT_DISK_1_ID}";
content = {
@@ -24,7 +24,7 @@
type = "luks";
name = "crypted-boot-1";
settings = {
keyFile = "/etc/secrets/disks/boot-disk-1";
keyFile = "/etc/secrets/disks/boot-1";
allowDiscards = true;
};
};
@@ -32,7 +32,7 @@
};
};
};
"system-2" = {
"boot-2" = {
type = "disk";
device = "${BOOT_DISK_2_ID}";
content = {
@@ -44,7 +44,7 @@
type = "luks";
name = "crypted-boot-2";
settings = {
keyFile = "/etc/secrets/disks/boot-disk-2";
keyFile = "/etc/secrets/disks/boot-2";
allowDiscards = true;
};
content = {