Update SWAP space
This commit is contained in:
parent
55a5097c21
commit
8a123c01a4
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
{
|
||||
name = "LUKS";
|
||||
start = "550MiB";
|
||||
end = "-64GiB";
|
||||
end = "-128GiB";
|
||||
content = {
|
||||
type = "luks";
|
||||
name = "ROOT";
|
||||
|
@ -53,7 +53,7 @@
|
|||
} # partition 2 (/ BTRFS)
|
||||
{
|
||||
name = "SWAP";
|
||||
start = "-64GiB";
|
||||
start = "-128GiB";
|
||||
end = "100%";
|
||||
content = {
|
||||
type = "swap";
|
||||
|
|
Loading…
Reference in a new issue