test
This commit is contained in:
parent
9065907696
commit
024eecbb4d
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue