going back to unencrypted swap for now

This commit is contained in:
Hunter Haugen 2025-04-21 14:59:31 -07:00
parent 049dcfe5d5
commit deddb07de1
2 changed files with 6 additions and 13 deletions

View file

@ -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 = {