update disks for warsaw

This commit is contained in:
albert 2024-07-14 21:18:18 +09:00
parent 8e7469c202
commit 7620350eba
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -22,7 +22,6 @@
type = "luks"; type = "luks";
name = "crypted"; name = "crypted";
settings.allowDiscards = true; settings.allowDiscards = true;
passwordFile = "/tmp/secret.key";
content = { content = {
type = "filesystem"; type = "filesystem";
format = "ext4"; format = "ext4";
@ -40,13 +39,16 @@
type = "gpt"; type = "gpt";
partitions = { partitions = {
Storage = { Storage = {
type = "luks"; size = "100%";
name = "storage-crypted";
settings.allowDiscards = true;
content = { content = {
type = "filesystem"; type = "luks";
format = "ext4"; name = "storage-crypted";
mountpoint = "/Storage"; settings.allowDiscards = true;
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/Storage";
};
}; };
}; };
}; };