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)
|
||||
LUKS-ROOT = {
|
||||
start = "550MiB";
|
||||
end = "-64GiB";
|
||||
end = "100%";
|
||||
content = {
|
||||
type = "luks";
|
||||
name = "ROOT";
|
||||
|
|
Loading…
Reference in a new issue