swap: no need encryption

This commit is contained in:
2025-11-03 21:01:06 +00:00
parent 92963f15b9
commit 8649a91895

View File

@@ -30,12 +30,7 @@ in
};
};
swapDevices = [
{
device = "${nvme}-part2";
randomEncryption.enable = true;
}
];
swapDevices = [ { device = "${nvme}-part2"; } ];
fileSystems = {
"/" = {