going back to unencrypted swap for now
This commit is contained in:
parent
049dcfe5d5
commit
deddb07de1
2 changed files with 6 additions and 13 deletions
|
|
@ -21,17 +21,12 @@
|
|||
mountOptions = [ "umask=0077" "defaults" ];
|
||||
};
|
||||
};
|
||||
cryptswap = {
|
||||
swap = {
|
||||
size = "70G";
|
||||
type = "8300";
|
||||
type = "8200";
|
||||
content = {
|
||||
type = "luks";
|
||||
name = "cryptswap";
|
||||
passwordFile = "/tmp/secret.key";
|
||||
content = {
|
||||
type = "swap";
|
||||
resumeDevice = true;
|
||||
};
|
||||
type = "swap";
|
||||
resumeDevice = true;
|
||||
};
|
||||
};
|
||||
cryptroot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue