add 48GB swap to del (lmao)
This commit is contained in:
parent
59557358c2
commit
37ba65ce22
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/var/lib/swapfile";
|
||||
size = 48 * 1024;
|
||||
}
|
||||
];
|
||||
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
kdeconnect.enable = true;
|
||||
|
|
Loading…
Reference in a new issue