Update disk size to remove swap
This commit is contained in:
parent
601ec4f1b5
commit
6674670bb4
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue