test
This commit is contained in:
parent
216e02e111
commit
d9ba630863
1 changed files with 2 additions and 4 deletions
|
@ -74,10 +74,8 @@
|
||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "SWAP";
|
name = "SWAP";
|
||||||
settings = {
|
passwordFile = "/mnt-root/etc/swap.key";
|
||||||
keyFile = "/mnt-root/etc/swap.key";
|
settings.allowDiscards = true;
|
||||||
allowDiscards = true;
|
|
||||||
}; # content
|
|
||||||
content = {
|
content = {
|
||||||
type = "swap";
|
type = "swap";
|
||||||
resumeDevice = true; # Hibernation
|
resumeDevice = true; # Hibernation
|
||||||
|
|
Loading…
Reference in a new issue