update disks for warsaw
This commit is contained in:
parent
8e7469c202
commit
7620350eba
1 changed files with 9 additions and 7 deletions
|
@ -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 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue