enable swap

This commit is contained in:
1980-01-01 00:53:55 +00:00
parent f8a8ae8999
commit 72c2aed6d9

View File

@@ -55,8 +55,13 @@
options = [ "bind" ]; options = [ "bind" ];
}; };
# swapDevices = [ # in-memory compressed RAM (seems to be dynamically sized)
# { device = "/swapfile"; size = 4096; } zramSwap = {
# ]; enable = true;
};
swapDevices = [
{ device = "/swapfile"; size = 4096; }
];
} }