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,6 +39,8 @@
type = "gpt";
partitions = {
Storage = {
size = "100%";
content = {
type = "luks";
name = "storage-crypted";
settings.allowDiscards = true;
@ -54,4 +55,5 @@
};
};
};
};
}