1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(toum): use 1G swapfile

This commit is contained in:
2020-11-17 22:17:41 +01:00
parent dd61883648
commit bcb5949e15

View File

@@ -9,5 +9,8 @@
};
};
zramSwap.enable = true;
swapDevices = [{
device = "/swapfile";
size = 1024;
}];
}