Update SWAP space

This commit is contained in:
albert 2023-11-12 23:08:06 +09:00
parent 55a5097c21
commit 8a123c01a4
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -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";
@ -64,4 +64,4 @@
]; # partitions
}; # content
}; # disko.devices.disk.nvme0
} # root
} # root