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";
|
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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue