Update disk size to remove swap

This commit is contained in:
albert 2024-02-20 08:27:01 +09:00
parent 601ec4f1b5
commit 6674670bb4
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -30,7 +30,7 @@
}; # partition 1 (ESP) }; # partition 1 (ESP)
LUKS-ROOT = { LUKS-ROOT = {
start = "550MiB"; start = "550MiB";
end = "-64GiB"; end = "100%";
content = { content = {
type = "luks"; type = "luks";
name = "ROOT"; name = "ROOT";