test
This commit is contained in:
parent
4415f50324
commit
15357dd55d
1 changed files with 5 additions and 3 deletions
|
@ -75,9 +75,11 @@
|
||||||
keyFile = "/swap.key";
|
keyFile = "/swap.key";
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
};
|
};
|
||||||
type = "swap";
|
content = {
|
||||||
randomEncryption = false;
|
type = "swap";
|
||||||
resumeDevice = true; # Hibernation
|
randomEncryption = false;
|
||||||
|
resumeDevice = true; # Hibernation
|
||||||
|
};
|
||||||
};
|
};
|
||||||
} # partition 3 (SWAP)
|
} # partition 3 (SWAP)
|
||||||
]; # partitions
|
]; # partitions
|
||||||
|
|
Loading…
Reference in a new issue