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"; 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)
}; };
}; };
}; };