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