Home : Add swap.

This commit is contained in:
Dmitry Voronin 2024-06-15 17:42:05 +03:00
parent 768564111a
commit 7be571e67d
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -16,4 +16,9 @@
fsType = "ext4"; fsType = "ext4";
options = [ "nofail" "noatime" ]; options = [ "nofail" "noatime" ];
}; };
swapDevices = [{
device = "/var/lib/swapfile";
size = 100 * 1024;
}];
} }