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