test
This commit is contained in:
parent
9065907696
commit
024eecbb4d
1 changed files with 1 additions and 3 deletions
|
@ -66,19 +66,17 @@
|
||||||
}; # content
|
}; # content
|
||||||
} # partition 2 (/ BTRFS)
|
} # partition 2 (/ BTRFS)
|
||||||
{
|
{
|
||||||
name = "LUKS-SWAP";
|
name = "SWAP";
|
||||||
start = "-64GiB";
|
start = "-64GiB";
|
||||||
end = "100%";
|
end = "100%";
|
||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "SWAP";
|
|
||||||
settings = {
|
settings = {
|
||||||
keyFile = "/tmp/swap.key";
|
keyFile = "/tmp/swap.key";
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
};
|
};
|
||||||
content = {
|
content = {
|
||||||
type = "swap";
|
type = "swap";
|
||||||
randomEncryption = false;
|
|
||||||
resumeDevice = true; # Hibernation
|
resumeDevice = true; # Hibernation
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue