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,18 +70,11 @@
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 = {
type = "gpt";
partitions = {
LUKS-ROOT = {
start = "550MiB";
end = "100%";
content = { content = {
type = "luks"; type = "luks";
name = "ROOT"; name = "ROOT";
@ -90,9 +83,6 @@
type = "filesystem"; type = "filesystem";
format = "ext4"; format = "ext4";
mountpoint = "/"; mountpoint = "/";
}; # content.content
}; # content
}; # partition 2 (/ BTRFS)
}; };
}; };
}; };