add 48GB swap to del (lmao)

This commit is contained in:
jacekpoz 2024-06-05 12:31:28 +02:00
parent 59557358c2
commit 37ba65ce22
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -22,6 +22,13 @@
};
};
swapDevices = [
{
device = "/var/lib/swapfile";
size = 48 * 1024;
}
];
programs = {
dconf.enable = true;
kdeconnect.enable = true;