This commit is contained in:
iFargle 2024-02-02 15:49:19 +09:00
parent 024eecbb4d
commit caf2f287bf

View file

@ -25,7 +25,7 @@
};
} # partition 1 (ESP)
{
name = "LUKS";
name = "LUKS-ROOT";
start = "550MiB";
end = "-64GiB";
content = {
@ -66,11 +66,12 @@
}; # content
} # partition 2 (/ BTRFS)
{
name = "SWAP";
name = "LUKS-SWAP";
start = "-64GiB";
end = "100%";
content = {
type = "luks";
name = "SWAP";
settings = {
keyFile = "/tmp/swap.key";
allowDiscards = true;