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