mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01:08 +01:00
fix(toum): use 1G swapfile
This commit is contained in:
@@ -9,5 +9,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
zramSwap.enable = true;
|
swapDevices = [{
|
||||||
|
device = "/swapfile";
|
||||||
|
size = 1024;
|
||||||
|
}];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user