update disks for warsaw

This commit is contained in:
albert 2024-07-14 20:29:45 +09:00
parent 8466d89765
commit 93e38c71ee
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -70,29 +70,19 @@
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
};
};
raid1 = {
type = "mdadm";
level = 1;
content = {
type = "gpt";
partitions = {
LUKS-ROOT = {
start = "550MiB";
end = "100%";
content = {
type = "luks";
name = "ROOT";
extraOpenArgs = [ "--allow-discards" ];
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/";
}; # content.content
}; # content
}; # partition 2 (/ BTRFS)
type = "luks";
name = "ROOT";
extraOpenArgs = [ "--allow-discards" ];
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/";
};
};
};