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