This commit is contained in:
iFargle 2024-02-02 12:31:20 +09:00
parent 9065907696
commit 024eecbb4d

View file

@ -66,19 +66,17 @@
}; # content
} # partition 2 (/ BTRFS)
{
name = "LUKS-SWAP";
name = "SWAP";
start = "-64GiB";
end = "100%";
content = {
type = "luks";
name = "SWAP";
settings = {
keyFile = "/tmp/swap.key";
allowDiscards = true;
};
content = {
type = "swap";
randomEncryption = false;
resumeDevice = true; # Hibernation
};
};