update disks for warsaw
This commit is contained in:
parent
8466d89765
commit
93e38c71ee
1 changed files with 7 additions and 17 deletions
|
@ -70,29 +70,19 @@
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "vfat";
|
format = "vfat";
|
||||||
mountpoint = "/boot";
|
mountpoint = "/boot";
|
||||||
mountOptions = [ "umask=0077" ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
raid1 = {
|
raid1 = {
|
||||||
type = "mdadm";
|
type = "mdadm";
|
||||||
level = 1;
|
level = 1;
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "luks";
|
||||||
partitions = {
|
name = "ROOT";
|
||||||
LUKS-ROOT = {
|
extraOpenArgs = [ "--allow-discards" ];
|
||||||
start = "550MiB";
|
content = {
|
||||||
end = "100%";
|
type = "filesystem";
|
||||||
content = {
|
format = "ext4";
|
||||||
type = "luks";
|
mountpoint = "/";
|
||||||
name = "ROOT";
|
|
||||||
extraOpenArgs = [ "--allow-discards" ];
|
|
||||||
content = {
|
|
||||||
type = "filesystem";
|
|
||||||
format = "ext4";
|
|
||||||
mountpoint = "/";
|
|
||||||
}; # content.content
|
|
||||||
}; # content
|
|
||||||
}; # partition 2 (/ BTRFS)
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue