swap: no need encryption
This commit is contained in:
@@ -30,12 +30,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "${nvme}-part2";
|
||||
randomEncryption.enable = true;
|
||||
}
|
||||
];
|
||||
swapDevices = [ { device = "${nvme}-part2"; } ];
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
|
||||
Reference in New Issue
Block a user